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

Method storeNewEmptyUID

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

Source from the content-addressed store, hash-verified

270 }
271
272 @Test (expected = IllegalArgumentException.class)
273 public void storeNewEmptyUID() throws Exception {
274 meta = new UIDMeta(UniqueIdType.METRIC, "");
275 meta.storeNew(tsdb).joinUninterruptibly();
276 }
277}

Callers

nothing calls this directly

Calls 1

storeNewMethod · 0.45

Tested by

no test coverage detected