()
| 336 | } |
| 337 | |
| 338 | @Test |
| 339 | public void counterExistsInStorageNot() throws Exception { |
| 340 | storage.flushRow(META_TABLE, TSUID); |
| 341 | assertFalse(TSMeta.counterExistsInStorage(tsdb, |
| 342 | TSUID).joinUninterruptibly()); |
| 343 | } |
| 344 | |
| 345 | @Test |
| 346 | public void incrementAndGetCounter() throws Exception { |
nothing calls this directly
no test coverage detected