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

Method createNewTreeNoChanges

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

Source from the content-addressed store, hash-verified

368 }
369
370 @Test (expected = IllegalArgumentException.class)
371 public void createNewTreeNoChanges() throws Exception {
372 setupStorage(true, true);
373 final Tree tree = new Tree();
374 tree.createNewTree(storage.getTSDB()).joinUninterruptibly();
375 }
376
377 @Test (expected = IllegalArgumentException.class)
378 public void createNewTreeOutOfIDs() throws Exception {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
createNewTreeMethod · 0.95
getTSDBMethod · 0.80

Tested by

no test coverage detected