()
| 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 { |
nothing calls this directly
no test coverage detected