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

Method syncToStorageNullType

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

Source from the content-addressed store, hash-verified

222 }
223
224 @Test (expected = IllegalArgumentException.class)
225 public void syncToStorageNullType() throws Exception {
226 meta = new UIDMeta(null, "000001");
227 meta.syncToStorage(tsdb, true).joinUninterruptibly();
228 }
229
230 @Test (expected = IllegalArgumentException.class)
231 public void syncToStorageNullUID() throws Exception {

Callers

nothing calls this directly

Calls 1

syncToStorageMethod · 0.45

Tested by

no test coverage detected