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

Method storeTreeTreeID655536

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

Source from the content-addressed store, hash-verified

238 }
239
240 @Test (expected = IllegalArgumentException.class)
241 public void storeTreeTreeID655536() throws Exception {
242 setupStorage(true, true);
243 final Tree tree = buildTestTree();
244 tree.setTreeId(655536);
245 tree.storeTree(storage.getTSDB(), false);
246 }
247
248 @Test
249 public void flushCollisions() 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