Test failure: com.github.ambry.router.CloudRouterTest > testStitchGetUpdateDelete
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
Failed on github actions.
```
com.github.ambry.router.CloudRouterTest > testStitchGetUpdateDelete[0] FAILED
java.util.concurrent.TimeoutException: Timeout after waiting for 10000 ms.
at com.github.ambry.router.FutureResult.get(FutureResult.java:106)
at com.github.ambry.router.NonBlockingRouterTest.testStitchGetUpdateDelete(NonBlockingRouterTest.java:915)
at com.github.ambry.router.CloudRouterTest.testStitchGetUpdateDelete(CloudRouterTest.java:226)
```
https://scans.gradle.com/s/ykhlrhym6af2y
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 with com.github.ambry.router.CloudRouterTest.testStitchGetUpdateDelete and the corresponding NonBlockingRouterTest.testStitchGetUpdateDelete at the stack-trace locations, then review the linked Gradle scan for failure details. Reproduce the test failure and determine why it exceeds the 10-second timeout; done means the test completes successfully without the timeout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100