ambry icon indicating copy to clipboard operation
ambry copied to clipboard

TestFailure: com.github.ambry.router.PutManagerTest > testOptionsFailures[2] FAILED

Open justinlin-linkedin opened this issue 5 years ago • 0 comments

stacktrace

com.github.ambry.router.PutManagerTest > testOptionsFailures[2] FAILED
    java.lang.AssertionError: DirectMemoryLeak: [allocation|deallocation] before test[59628|57042], after test[59631|57044] expected:<2586> but was:<2587>
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.failNotEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:126)
        at org.junit.Assert.assertEquals(Assert.java:470)
        at com.github.ambry.utils.NettyByteBufLeakHelper.afterTest(NettyByteBufLeakHelper.java:94)
        at com.github.ambry.router.PutManagerTest.postCheck(PutManagerTest.java:170)

justinlin-linkedin avatar Dec 17 '20 22:12 justinlin-linkedin