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

Method getAnnotationNotFound

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

Source from the content-addressed store, hash-verified

128 }
129
130 @Test
131 public void getAnnotationNotFound() throws Exception {
132 setupStorage(false);
133 note = Annotation.getAnnotation(tsdb, TSUID, 1388450564L)
134 .joinUninterruptibly();
135 assertNull(note);
136 }
137
138 @Test
139 public void getAnnotationGlobalNotFound() throws Exception {

Callers

nothing calls this directly

Calls 2

setupStorageMethod · 0.95
getAnnotationMethod · 0.95

Tested by

no test coverage detected