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

Method deleteRangeGlobalNone

test/meta/TestAnnotation.java:587–597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

585 }
586
587 @Test
588 public void deleteRangeGlobalNone() throws Exception {
589 setupStorage(false);
590 final int count = Annotation.deleteRange(tsdb, null, 1328140798000L,
591 1328140799000L).joinUninterruptibly();
592 assertEquals(0, count);
593 assertNotNull(storage.getColumn(global_row_key,
594 new byte[] { 1, 0, 0 }));
595 assertNotNull(storage.getColumn(global_row_key,
596 new byte[] { 1, 0, 1 }));
597 }
598
599 @Test
600 public void deleteRangeGlobalMultiple() throws Exception {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
deleteRangeMethod · 0.95
getColumnMethod · 0.80

Tested by

no test coverage detected