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

Method deleteEmptyUID

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

Source from the content-addressed store, hash-verified

190 }
191
192 @Test (expected = IllegalArgumentException.class)
193 public void deleteEmptyUID() throws Exception {
194 meta = new UIDMeta(UniqueIdType.METRIC, "");
195 meta.delete(tsdb);
196 }
197
198 @Test
199 public void syncToStorage() throws Exception {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected