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

Method tsuidFromMetricNSUNMetric

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

Source from the content-addressed store, hash-verified

297 }
298
299 @Test (expected = NoSuchUniqueName.class)
300 public void tsuidFromMetricNSUNMetric() throws Exception {
301 TSUIDQuery.tsuidFromMetric(tsdb, NSUN_METRIC, tags).join();
302 }
303
304 @Test (expected = DeferredGroupException.class)
305 public void tsuidFromMetricNSUNTagk() throws Exception {

Callers

nothing calls this directly

Calls 1

tsuidFromMetricMethod · 0.95

Tested by

no test coverage detected