()
| 240 | } |
| 241 | |
| 242 | @Test (expected = NoSuchUniqueId.class) |
| 243 | public void syncToStorageNoSuch() throws Exception { |
| 244 | meta = new UIDMeta(UniqueIdType.METRIC, "000002"); |
| 245 | meta.setDisplayName("Testing"); |
| 246 | meta.syncToStorage(tsdb, true).joinUninterruptibly(); |
| 247 | } |
| 248 | |
| 249 | @Test |
| 250 | public void storeNew() throws Exception { |
nothing calls this directly
no test coverage detected