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

Method counterExistsInStorageNot

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

Source from the content-addressed store, hash-verified

336 }
337
338 @Test
339 public void counterExistsInStorageNot() throws Exception {
340 storage.flushRow(META_TABLE, TSUID);
341 assertFalse(TSMeta.counterExistsInStorage(tsdb,
342 TSUID).joinUninterruptibly());
343 }
344
345 @Test
346 public void incrementAndGetCounter() throws Exception {

Callers

nothing calls this directly

Calls 2

flushRowMethod · 0.80

Tested by

no test coverage detected