()
| 214 | } |
| 215 | |
| 216 | @Test (expected = DeferredGroupException.class) |
| 217 | public void getLastWriteTimesNSUNTagv() throws Exception { |
| 218 | tags.put(TAGK_STRING, "web03"); |
| 219 | query = new TSUIDQuery(tsdb, METRIC_STRING, tags); |
| 220 | query.getLastWriteTimes().joinUninterruptibly(); |
| 221 | } |
| 222 | |
| 223 | @Test |
| 224 | public void getTSMetasSingle() throws Exception { |
nothing calls this directly
no test coverage detected