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

Method syncToStorageNoChanges

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

Source from the content-addressed store, hash-verified

332 }
333
334 @Test (expected = IllegalStateException.class)
335 public void syncToStorageNoChanges() throws Exception {
336 note.setTSUID(TSUID);
337 note.setStartTime(1388450562L);
338 note.syncToStorage(tsdb, false).joinUninterruptibly();
339 }
340
341 @Test
342 public void getStorageJSONTags() throws Exception {

Callers

nothing calls this directly

Calls 3

setStartTimeMethod · 0.65
setTSUIDMethod · 0.45
syncToStorageMethod · 0.45

Tested by

no test coverage detected