()
| 206 | } |
| 207 | |
| 208 | @Test (expected = DeferredGroupException.class) |
| 209 | public void getLastWriteTimesNSUNTagk() throws Exception { |
| 210 | tags.clear(); |
| 211 | tags.put("dc", TAGV_STRING); |
| 212 | query = new TSUIDQuery(tsdb, METRIC_STRING, tags); |
| 213 | query.getLastWriteTimes().joinUninterruptibly(); |
| 214 | } |
| 215 | |
| 216 | @Test (expected = DeferredGroupException.class) |
| 217 | public void getLastWriteTimesNSUNTagv() throws Exception { |
nothing calls this directly
no test coverage detected