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 failure: com.github.ambry.router.PutManagerTest > testConcurrentPutsSuccess[0] FAILED #1676

Open
cgtz opened this issue Oct 27, 2020 · 1 comment
Assignees

Comments

@cgtz
Copy link
Contributor

cgtz commented Oct 27, 2020

com.github.ambry.router.PutManagerTest > testConcurrentPutsSuccess[0] FAILED
    java.lang.AssertionError: blobId should not be null
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:524)
        at com.github.ambry.router.PutManagerTest.assertSuccess(PutManagerTest.java:1038)
        at com.github.ambry.router.PutManagerTest.submitPutsAndAssertSuccess(PutManagerTest.java:942)
        at com.github.ambry.router.PutManagerTest.testConcurrentPutsSuccess(PutManagerTest.java:547)

https://gradle.com/s/un4v64r2kdvka

@cgtz cgtz self-assigned this Oct 27, 2020
@cgtz
Copy link
Contributor Author

cgtz commented Oct 29, 2020

Similar:

com.github.ambry.router.PutManagerTest > testBadCallback[0] FAILED
    java.lang.AssertionError: blobId should not be null
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:524)
        at com.github.ambry.router.PutManagerTest.assertSuccess(PutManagerTest.java:1038)
        at com.github.ambry.router.PutManagerTest.submitPutsAndAssertSuccess(PutManagerTest.java:942)
        at com.github.ambry.router.PutManagerTest.testBadCallback(PutManagerTest.java:395)

https://gradle.com/s/syeb56nz2yco6

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

1 participant