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

Method handleTreeQSModifyNotFound

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

Source from the content-addressed store, hash-verified

239 }
240
241 @Test (expected = BadRequestException.class)
242 public void handleTreeQSModifyNotFound() throws Exception {
243 setupStorage();
244 HttpQuery query = NettyMocks.getQuery(tsdb,
245 "/api/tree?treeid=3&method_override=post&description=HelloWorld");
246 rpc.execute(tsdb, query);
247 }
248
249 @Test
250 public void handleTreeQSModifyNotModified() throws Exception {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
getQueryMethod · 0.95
executeMethod · 0.65

Tested by

no test coverage detected