MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / syncToStorageNoSuch

Method syncToStorageNoSuch

test/meta/TestUIDMeta.java:242–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

setDisplayNameMethod · 0.45
syncToStorageMethod · 0.45

Tested by

no test coverage detected