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

Method scanNoData

test/core/TestSaltScanner.java:136–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 @Test
137 public void scanNoData() throws Exception {
138 final SaltScanner scanner = new SaltScanner(tsdb, METRIC_BYTES, scanners,
139 spans, filters);
140 assertTrue(Maps.difference(spans, scanner.scan().joinUninterruptibly()).areEqual());
141 assertTrue(spans.isEmpty());
142 }
143
144 @Test
145 public void scan() throws Exception {

Callers

nothing calls this directly

Calls 2

scanMethod · 0.95
isEmptyMethod · 0.80

Tested by

no test coverage detected