()
| 302 | } |
| 303 | |
| 304 | @Test (expected = DeferredGroupException.class) |
| 305 | public void tsuidFromMetricNSUNTagk() throws Exception { |
| 306 | tags.clear(); |
| 307 | tags.put("dc", TAGV_STRING); |
| 308 | TSUIDQuery.tsuidFromMetric(tsdb, METRIC_STRING, tags).join(); |
| 309 | } |
| 310 | |
| 311 | @Test (expected = DeferredGroupException.class) |
| 312 | public void tsuidFromMetricNSUNTagv() throws Exception { |
nothing calls this directly
no test coverage detected