Test failure: com.github.ambry.server.ServerPlaintextTokenTest > endToEndReplicationWithMultiNodeSinglePartitionTest
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
failed on gh-a
```
com.github.ambry.server.ServerPlaintextTokenTest > endToEndReplicationWithMultiNodeSinglePartitionTest[0] FAILED
java.lang.AssertionError: Could not find target token offset: 13206
at org.junit.Assert.fail(Assert.java:91)
at com.github.ambry.server.ServerTestUtil.checkReplicaTokens(ServerTestUtil.java:2587)
at com.github.ambry.server.ServerTestUtil.endToEndReplicationWithMultiNodeSinglePartitionTest(ServerTestUtil.java:1853)
at com.github.ambry.server.ServerPlaintextTokenTest.endToEndReplicationWithMultiNodeSinglePartitionTest(ServerPlaintextTokenTest.java:94)
```
https://gradle.com/s/uunclclovgues
Contributor guide
No contributing guide indexed for this repository
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 reproducing com.github.ambry.server.ServerPlaintextTokenTest.endToEndReplicationWithMultiNodeSinglePartitionTest using the linked Gradle build result. Read ServerTestUtil.java around lines 1853 and 2587, then ServerPlaintextTokenTest.java:94 to trace the missing target token offset. Done means the test completes without the assertion failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100