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

Method storeTreeNoChanges

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

Source from the content-addressed store, hash-verified

222 }
223
224 @Test (expected = IllegalStateException.class)
225 public void storeTreeNoChanges() throws Exception {
226 setupStorage(true, true);
227 final Tree tree = buildTestTree();
228 tree.storeTree(storage.getTSDB(), false);
229 tree.storeTree(storage.getTSDB(), false);
230 }
231
232 @Test (expected = IllegalArgumentException.class)
233 public void storeTreeTreeID0() throws Exception {

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected