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

Method syncToStorageNullUID

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

Source from the content-addressed store, hash-verified

228 }
229
230 @Test (expected = IllegalArgumentException.class)
231 public void syncToStorageNullUID() throws Exception {
232 meta = new UIDMeta(UniqueIdType.METRIC, null);
233 meta.syncToStorage(tsdb, true).joinUninterruptibly();
234 }
235
236 @Test (expected = IllegalArgumentException.class)
237 public void syncToStorageEmptyUID() throws Exception {

Callers

nothing calls this directly

Calls 1

syncToStorageMethod · 0.45

Tested by

no test coverage detected