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

Method storeTreeTreeID0

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

Source from the content-addressed store, hash-verified

230 }
231
232 @Test (expected = IllegalArgumentException.class)
233 public void storeTreeTreeID0() throws Exception {
234 setupStorage(true, true);
235 final Tree tree = buildTestTree();
236 tree.setTreeId(0);
237 tree.storeTree(storage.getTSDB(), false);
238 }
239
240 @Test (expected = IllegalArgumentException.class)
241 public void storeTreeTreeID655536() throws Exception {

Callers

nothing calls this directly

Calls 5

setupStorageMethod · 0.95
buildTestTreeMethod · 0.95
setTreeIdMethod · 0.95
storeTreeMethod · 0.95
getTSDBMethod · 0.80

Tested by

no test coverage detected