()
| 323 | } |
| 324 | |
| 325 | @Test |
| 326 | public void metaExistsInStorageNot() throws Exception { |
| 327 | storage.flushRow(META_TABLE, TSUID); |
| 328 | assertFalse(TSMeta.metaExistsInStorage(tsdb, "000001000001000001") |
| 329 | .joinUninterruptibly()); |
| 330 | } |
| 331 | |
| 332 | @Test |
| 333 | public void counterExistsInStorage() throws Exception { |
nothing calls this directly
no test coverage detected