JanusGraph / JanusGraph/janusgraph
Flaky Berkeley test: JanusGraphOperationCountingTest.testIdCounts
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
```java
[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'
```
Contributor guide
Research direction
Start with JanusGraphOperationCountingTest.testIdCounts, especially the failure at line 109 and verifyStoreMetrics at line 410. Reproduce the BerkeleyJE job with MODULE='berkeleyje' and compare the expected six getSlice calls with the observed five; done means the test is no longer flaky and the operation count is consistently correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100