MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / syncToStorageMissingStart

Method syncToStorageMissingStart

test/meta/TestAnnotation.java:327–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325 }
326
327 @Test (expected = IllegalArgumentException.class)
328 public void syncToStorageMissingStart() throws Exception {
329 note.setTSUID(TSUID);
330 note.setDescription("Synced!");
331 note.syncToStorage(tsdb, false).joinUninterruptibly();
332 }
333
334 @Test (expected = IllegalStateException.class)
335 public void syncToStorageNoChanges() throws Exception {

Callers

nothing calls this directly

Calls 3

setTSUIDMethod · 0.45
setDescriptionMethod · 0.45
syncToStorageMethod · 0.45

Tested by

no test coverage detected