MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / tsuidFromMetricNSUNTagk

Method tsuidFromMetricNSUNTagk

test/meta/TestTSUIDQuery.java:304–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

tsuidFromMetricMethod · 0.95
clearMethod · 0.80
putMethod · 0.80

Tested by

no test coverage detected