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

Method handleTreeQSModifyNotModified

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

Source from the content-addressed store, hash-verified

247 }
248
249 @Test
250 public void handleTreeQSModifyNotModified() throws Exception {
251 setupStorage();
252 HttpQuery query = NettyMocks.getQuery(tsdb,
253 "/api/tree?treeid=1&method_override=post");
254 rpc.execute(tsdb, query);
255 assertEquals(HttpResponseStatus.NOT_MODIFIED, query.response().getStatus());
256 }
257
258 @Test
259 public void handleTreePOSTModify() throws Exception {

Callers

nothing calls this directly

Calls 5

setupStorageMethod · 0.95
getQueryMethod · 0.95
responseMethod · 0.80
executeMethod · 0.65
getStatusMethod · 0.65

Tested by

no test coverage detected