MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getTSMetasNSUITagk

Method getTSMetasNSUITagk

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

putMethod · 0.80
getTSMetasMethod · 0.80

Tested by

no test coverage detected