linkedin / linkedin/ambry

Test failure: com.github.ambry.router.CloudRouterTest > testStitchGetUpdateDelete

Open
#1,888 1 comment 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 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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.