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

Method storeNewNullType

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

Source from the content-addressed store, hash-verified

264 }
265
266 @Test (expected = IllegalArgumentException.class)
267 public void storeNewNullType() throws Exception {
268 meta = new UIDMeta(null, new byte[] { 0, 0, 1 }, "sys.cpu.1");
269 meta.storeNew(tsdb).joinUninterruptibly();
270 }
271
272 @Test (expected = IllegalArgumentException.class)
273 public void storeNewEmptyUID() throws Exception {

Callers

nothing calls this directly

Calls 1

storeNewMethod · 0.45

Tested by

no test coverage detected