janusgraph
janusgraph copied to clipboard
Flaky Berkeley test: JanusGraphOperationCountingTest.testIdCounts
[ERROR] Failures:
[ERROR] BerkeleyOperationCountingTest>JanusGraphOperationCountingTest.testIdCounts:109->JanusGraphOperationCountingTest.verifyStoreMetrics:410 org.janusgraph.sys.janusgraph_ids.getSlice.calls ==> expected: <6> but was: <5>
Job was:
MODULE='berkeleyje'
This also seems to be flaky for HBase:
Error: Failures:
Error: HBaseOperationCountingTest>JanusGraphOperationCountingTest.testIdCounts:137->JanusGraphOperationCountingTest.verifyStoreMetrics:438 org.janusgraph.sys.janusgraph_ids.getSlice.calls ==> expected: <6> but was: <5>
from job:
tests (hbase, -Pjava-11, -Dtest="**/graphdb/hbase/*", hbase2-graphdb, 11)
in PR #3114.
So, the annotation should probably be moved to the base case instead of the class specific to Berkeley.
Confirming that it's independent of the backend as this test just also failed for CQL for a PR that shouldn't affect this test: #3239.
Error: Failures:
Error: CQLOperationCountingTest>JanusGraphOperationCountingTest.testIdCounts:137->JanusGraphOperationCountingTest.verifyStoreMetrics:438 org.janusgraph.sys.janusgraph_ids.getSlice.calls ==> expected: <6> but was: <5>