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

Method syncToStorageNoChanges

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

Source from the content-addressed store, hash-verified

215 }
216
217 @Test (expected = IllegalStateException.class)
218 public void syncToStorageNoChanges() throws Exception {
219 meta = UIDMeta.getUIDMeta(tsdb, UniqueIdType.METRIC, "000001")
220 .joinUninterruptibly();
221 meta.syncToStorage(tsdb, false).joinUninterruptibly();
222 }
223
224 @Test (expected = IllegalArgumentException.class)
225 public void syncToStorageNullType() throws Exception {

Callers

nothing calls this directly

Calls 2

getUIDMetaMethod · 0.95
syncToStorageMethod · 0.45

Tested by

no test coverage detected