()
| 270 | } |
| 271 | |
| 272 | @Test (expected = DeferredGroupException.class) |
| 273 | public void getTSMetasNSUITagk() throws Exception { |
| 274 | tags.put(NSUN_TAGK, TAGV_B_STRING); |
| 275 | query = new TSUIDQuery(tsdb, METRIC_B_STRING, tags); |
| 276 | query.getTSMetas().joinUninterruptibly(); |
| 277 | } |
| 278 | |
| 279 | @Test (expected = IllegalArgumentException.class) |
| 280 | public void getTSMetasNullMetric() throws Exception { |
nothing calls this directly
no test coverage detected