ambry icon indicating copy to clipboard operation
ambry copied to clipboard

Test Failure: com.github.ambry.network.http2.AmbrySendToHttp2AdaptorTest > testServerWrite FAILED

Open jsjtzyy opened this issue 5 years ago • 0 comments

com.github.ambry.network.http2.AmbrySendToHttp2AdaptorTest > testServerWrite FAILED
    java.lang.AssertionError: HeapMemoryLeak: [allocation|deallocation] before test[280|279], after test[281|281] expected:<1> but was:<0>
        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:103)
        at com.github.ambry.network.http2.AmbrySendToHttp2AdaptorTest.after(AmbrySendToHttp2AdaptorTest.java:45)

jsjtzyy avatar Nov 11 '20 00:11 jsjtzyy