Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failures in com.github.ambry.router.UndeleteManagerTest #1810

Open
lightningrob opened this issue Mar 25, 2021 · 1 comment
Open

Test failures in com.github.ambry.router.UndeleteManagerTest #1810

lightningrob opened this issue Mar 25, 2021 · 1 comment

Comments

@lightningrob
Copy link
Contributor

com.github.ambry.router.UndeleteManagerTest > basicThroughRouterTest 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.UndeleteManagerTest.assertNotDeleted(UndeleteManagerTest.java:356)
at com.github.ambry.router.UndeleteManagerTest.verifyUndelete(UndeleteManagerTest.java:377)
at com.github.ambry.router.UndeleteManagerTest.basicThroughRouterTest(UndeleteManagerTest.java:152)

@jsjtzyy
Copy link
Contributor

jsjtzyy commented Apr 20, 2021

Another test failure in same class:

com.github.ambry.router.UndeleteManagerTest > responseTimeoutTest 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.UndeleteManagerTest.assertDeleted(UndeleteManagerTest.java:347)
        at com.github.ambry.router.UndeleteManagerTest.deleteBlobInAllServer(UndeleteManagerTest.java:363)
        at com.github.ambry.router.UndeleteManagerTest.responseTimeoutTest(UndeleteManagerTest.java:292)

@jsjtzyy jsjtzyy changed the title Test failure: com.github.ambry.router.UndeleteManagerTest > basicThroughRouterTest Test failures in com.github.ambry.router.UndeleteManagerTest Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants