()
| 171 | } |
| 172 | |
| 173 | @Test |
| 174 | public void delete() throws Exception { |
| 175 | meta = UIDMeta.getUIDMeta(tsdb, UniqueIdType.METRIC, "000001") |
| 176 | .joinUninterruptibly(); |
| 177 | meta.delete(tsdb); |
| 178 | } |
| 179 | |
| 180 | @Test (expected = IllegalArgumentException.class) |
| 181 | public void deleteNullType() throws Exception { |
no test coverage detected