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

Method getTSMetasNullMetric

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

Source from the content-addressed store, hash-verified

277 }
278
279 @Test (expected = IllegalArgumentException.class)
280 public void getTSMetasNullMetric() throws Exception {
281 query = new TSUIDQuery(tsdb);
282 query.getTSMetas().joinUninterruptibly();
283 }
284
285 @Test
286 public void tsuidFromMetric() throws Exception {

Callers

nothing calls this directly

Calls 1

getTSMetasMethod · 0.80

Tested by

no test coverage detected