MCPcopy
hub / github.com/OpenTSDB/opentsdb / metaExistsInStorageNot

Method metaExistsInStorageNot

test/meta/TestTSMeta.java:325–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323 }
324
325 @Test
326 public void metaExistsInStorageNot() throws Exception {
327 storage.flushRow(META_TABLE, TSUID);
328 assertFalse(TSMeta.metaExistsInStorage(tsdb, "000001000001000001")
329 .joinUninterruptibly());
330 }
331
332 @Test
333 public void counterExistsInStorage() throws Exception {

Callers

nothing calls this directly

Calls 2

metaExistsInStorageMethod · 0.95
flushRowMethod · 0.80

Tested by

no test coverage detected