linkedin / linkedin/ambry

Test failure: com.github.ambry.server.ServerPlaintextTokenTest > endToEndReplicationWithMultiNodeSinglePartitionTest

Open
#1,893 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

test-failure
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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.