MCPcopy
hub / github.com/OpenTSDB/opentsdb / fsckNoData

Method fsckNoData

test/tools/TestUID.java:124–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 */
123
124 @Test
125 public void fsckNoData() throws Exception {
126 storage.flushStorage();
127 int errors = (Integer)fsck.invoke(null, client,
128 UID_TABLE, false, false);
129 assertEquals(0, errors);
130 }
131
132 @Test
133 public void fsckNoErrors() throws Exception {

Callers

nothing calls this directly

Calls 1

flushStorageMethod · 0.80

Tested by

no test coverage detected