()
| 115 | } |
| 116 | |
| 117 | @Test |
| 118 | public void get() throws Exception { |
| 119 | storage.dumpToSystemOut(); |
| 120 | HttpQuery query = NettyMocks.getQuery(tsdb, |
| 121 | "/api/annotation?tsuid=000001000001000001&start_time=1388450562"); |
| 122 | rpc.execute(tsdb, query); |
| 123 | assertEquals(HttpResponseStatus.OK, query.response().getStatus()); |
| 124 | } |
| 125 | |
| 126 | @Test |
| 127 | public void getGlobal() throws Exception { |
no test coverage detected