JanusGraph / JanusGraph/janusgraph
CQLSolrTest.testIndexReplay on Solr
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
## Flaky Test
* **Test Name:** CQLSolrTest.testIndexReplay
* **Branch:** master
* **Notes:** Is already marked as flaky test.
### Stack Trace
```
org.janusgraph.testutil.RetryingTestFailure: Failed test execution at invocation #8
Caused by: org.opentest4j.AssertionFailedError: expected: <4> but was: <5>
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running CQLSolrTest.testIndexReplay on the master branch and review the reported RetryingTestFailure, especially the expected 4 versus actual 5 result. Trace the test's Solr index replay setup to identify why the result varies, and consider the issue done when the test reliably passes with the intended assertion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100