(String testName, int count)
| 265 | } |
| 266 | |
| 267 | private void testConcurrent(String testName, int count) { |
| 268 | expectCount.addAndGet(concurrentAddCount(testName, count)); |
| 269 | checkCurrentCount(testName); |
| 270 | } |
| 271 | |
| 272 | private void randomSnapshotTimer() throws Exception { |
| 273 | var randIndex = Random.getInstance().nextInt(rafts.size()); |
no test coverage detected