JanusGraph / JanusGraph/janusgraph

CQLSolrTest.testIndexReplay on Solr

Open
#2,271 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

index/solr storage/cassandra testing/flaky
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running CQLSolrTest.testIndexReplay on the master branch and review the reported Retry­ingTestFailure, 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.