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

Method getUIDMetaNoSuch

test/meta/TestUIDMeta.java:167–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 @Test (expected = NoSuchUniqueId.class)
168 public void getUIDMetaNoSuch() throws Exception {
169 UIDMeta.getUIDMeta(tsdb, UniqueIdType.METRIC, "000002")
170 .joinUninterruptibly();
171 }
172
173 @Test
174 public void delete() throws Exception {

Callers

nothing calls this directly

Calls 1

getUIDMetaMethod · 0.95

Tested by

no test coverage detected