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

Method fetchAllCollisionsNone

test/tree/TestTree.java:449–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

447 }
448
449 @Test
450 public void fetchAllCollisionsNone() throws Exception {
451 setupStorage(true, true);
452 storage.flushRow(TREE_TABLE, new byte[] { 0, 1, 1 });
453 Map<String, String> collisions =
454 Tree.fetchCollisions(storage.getTSDB(), 1, null).joinUninterruptibly();
455 assertNotNull(collisions);
456 assertEquals(0, collisions.size());
457 }
458
459 @Test
460 public void fetchCollisionsSingle() throws Exception {

Callers

nothing calls this directly

Calls 5

setupStorageMethod · 0.95
fetchCollisionsMethod · 0.95
flushRowMethod · 0.80
getTSDBMethod · 0.80
sizeMethod · 0.65

Tested by

no test coverage detected