MCPcopy Create free account
hub / github.com/e2wugui/zeze / testConcurrent

Method testConcurrent

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Test.java:267–270  ·  view source on GitHub ↗
(String testName, int count)

Source from the content-addressed store, hash-verified

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());

Callers 1

runTraceMethod · 0.95

Calls 2

concurrentAddCountMethod · 0.95
checkCurrentCountMethod · 0.95

Tested by

no test coverage detected