ambry icon indicating copy to clipboard operation
ambry copied to clipboard

Intermittent test failure: com.github.ambry.network.SelectorTest > testEmptyRequest[1]

Open jsjtzyy opened this issue 5 years ago • 0 comments

com.github.ambry.network.SelectorTest > testEmptyRequest[1] FAILED
    java.lang.AssertionError: HeapMemoryLeak: [allocation|deallocation] before test[10042|10040], after test[10046|10043] expected:<2> but was:<3>
        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.network.SelectorTest.after(SelectorTest.java:58)

jsjtzyy avatar Mar 30 '20 01:03 jsjtzyy