()
| 165 | } |
| 166 | |
| 167 | @Test (expected = NoSuchUniqueId.class) |
| 168 | public void getUIDMetaNoSuch() throws Exception { |
| 169 | UIDMeta.getUIDMeta(tsdb, UniqueIdType.METRIC, "000002") |
| 170 | .joinUninterruptibly(); |
| 171 | } |
| 172 | |
| 173 | @Test |
| 174 | public void delete() throws Exception { |
nothing calls this directly
no test coverage detected