MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / handleTreeGetNotFound

Method handleTreeGetNotFound

test/tsd/TestTreeRpc.java:177–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 @Test (expected = BadRequestException.class)
178 public void handleTreeGetNotFound() throws Exception {
179 setupStorage();
180 HttpQuery query = NettyMocks.getQuery(tsdb, "/api/tree?treeid=3");
181 rpc.execute(tsdb, query);
182 }
183
184 @Test (expected = BadRequestException.class)
185 public void handleTreeGetBadID655536() throws Exception {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
getQueryMethod · 0.95
executeMethod · 0.65

Tested by

no test coverage detected