ambry icon indicating copy to clipboard operation
ambry copied to clipboard

Test failure: com.github.ambry.router.PutManagerTest > testFailureOnAllSends[0] FAILED

Open cgtz opened this issue 5 years ago • 0 comments

com.github.ambry.router.PutManagerTest > testFailureOnAllSends[0] FAILED
    java.lang.AssertionError: exception 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.assertFailure(PutManagerTest.java:1244)
        at com.github.ambry.router.PutManagerTest.submitPutsAndAssertFailure(PutManagerTest.java:970)
        at com.github.ambry.router.PutManagerTest.testFailureOnAllSends(PutManagerTest.java:442)

https://gradle.com/s/fm36znal6nw7i

cgtz avatar Oct 26 '20 23:10 cgtz