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

Method syncToStorageEmptyUID

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

Source from the content-addressed store, hash-verified

234 }
235
236 @Test (expected = IllegalArgumentException.class)
237 public void syncToStorageEmptyUID() throws Exception {
238 meta = new UIDMeta(UniqueIdType.METRIC, "");
239 meta.syncToStorage(tsdb, true).joinUninterruptibly();
240 }
241
242 @Test (expected = NoSuchUniqueId.class)
243 public void syncToStorageNoSuch() throws Exception {

Callers

nothing calls this directly

Calls 1

syncToStorageMethod · 0.45

Tested by

no test coverage detected