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

Method deleteGlobalNotFound

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

Source from the content-addressed store, hash-verified

448 }
449
450 @Test
451 public void deleteGlobalNotFound() throws Exception {
452 setupStorage(false);
453 note.setStartTime(1328140803);
454 note.delete(tsdb).joinUninterruptibly();
455 assertNotNull(storage.getColumn(global_row_key,
456 new byte[] { 1, 0, 0 }));
457 assertNotNull(storage.getColumn(global_row_key,
458 new byte[] { 1, 0, 1 }));
459 }
460
461 @Test
462 public void deleteRange() throws Exception {

Callers

nothing calls this directly

Calls 4

setupStorageMethod · 0.95
getColumnMethod · 0.80
setStartTimeMethod · 0.65
deleteMethod · 0.45

Tested by

no test coverage detected