Leak in test
normanmaurer opened this issue · 0 comments
normanmaurer commented
2021-04-29T22:21:49.4155153Z [INFO] Running io.netty.incubator.codec.http3.QpackStreamHandlerTest
2021-04-29T22:21:49.4320341Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in io.netty.incubator.codec.http3.QpackStreamHandlerTest
2021-04-29T22:21:49.4323147Z [INFO] Running io.netty.incubator.codec.http3.Http3FrameTypeValidationHandlerTest
2021-04-29T22:21:49.4465478Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in io.netty.incubator.codec.http3.Http3FrameTypeValidationHandlerTest
2021-04-29T22:21:49.4475600Z [INFO] Running io.netty.incubator.codec.http3.Http3ControlStreamInboundHandlerTest
2021-04-29T22:21:49.5960486Z [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in io.netty.incubator.codec.http3.Http3ControlStreamInboundHandlerTest
2021-04-29T22:21:49.6001510Z [INFO] Running io.netty.incubator.codec.http3.Http3PushStreamValidationHandlerTest
2021-04-29T22:21:49.6145139Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in io.netty.incubator.codec.http3.Http3PushStreamValidationHandlerTest
2021-04-29T22:21:49.6148380Z [INFO] Running io.netty.incubator.codec.http3.Http3UnidirectionalStreamInboundHandlerTest
2021-04-29T22:21:49.6575473Z 22:21:49.653 [main] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
2021-04-29T22:21:49.6577366Z Recent access records:
2021-04-29T22:21:49.6578035Z #1:
2021-04-29T22:21:49.6579763Z io.netty.buffer.AdvancedLeakAwareByteBuf.writeCharSequence(AdvancedLeakAwareByteBuf.java:892)
2021-04-29T22:21:49.6582591Z io.netty.incubator.codec.http3.Http3CodecUtils.connectionError(Http3CodecUtils.java:247)
2021-04-29T22:21:49.6586753Z io.netty.incubator.codec.http3.Http3CodecUtils.connectionError(Http3CodecUtils.java:231)
2021-04-29T22:21:49.6590654Z io.netty.incubator.codec.http3.Http3UnidirectionalStreamInboundHandler.initPushStream(Http3UnidirectionalStreamInboundHandler.java:133)
2021-04-29T22:21:49.6596194Z io.netty.incubator.codec.http3.Http3UnidirectionalStreamInboundHandler.decode(Http3UnidirectionalStreamInboundHandler.java:83)
2021-04-29T22:21:49.6600580Z io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508)
2021-04-29T22:21:49.6603870Z io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447)
2021-04-29T22:21:49.6623111Z io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
2021-04-29T22:21:49.6626113Z io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
2021-04-29T22:21:49.6629474Z io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
2021-04-29T22:21:49.6633173Z io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
2021-04-29T22:21:49.6635954Z io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
2021-04-29T22:21:49.6638762Z io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
2021-04-29T22:21:49.6642109Z io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
2021-04-29T22:21:49.6687196Z io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
2021-04-29T22:21:49.6689724Z io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:343)
2021-04-29T22:21:49.6693911Z io.netty.incubator.codec.http3.Http3UnidirectionalStreamInboundHandlerTest.testPushStream(Http3UnidirectionalStreamInboundHandlerTest.java:109)
2021-04-29T22:21:49.6697642Z sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2021-04-29T22:21:49.6699754Z sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2021-04-29T22:21:49.6702061Z sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2021-04-29T22:21:49.6703908Z java.lang.reflect.Method.invoke(Method.java:498)
2021-04-29T22:21:49.6705480Z org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2021-04-29T22:21:49.6730383Z org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2021-04-29T22:21:49.6732899Z org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2021-04-29T22:21:49.6744036Z org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2021-04-29T22:21:49.6757844Z org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2021-04-29T22:21:49.6774384Z org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2021-04-29T22:21:49.6806961Z org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2021-04-29T22:21:49.6815115Z org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2021-04-29T22:21:49.6817435Z org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2021-04-29T22:21:49.6827171Z org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2021-04-29T22:21:49.6828800Z org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2021-04-29T22:21:49.6836441Z org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2021-04-29T22:21:49.6855716Z org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2021-04-29T22:21:49.6863262Z org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2021-04-29T22:21:49.6885453Z org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2021-04-29T22:21:49.6888150Z org.junit.runners.Suite.runChild(Suite.java:128)
2021-04-29T22:21:49.6905238Z org.junit.runners.Suite.runChild(Suite.java:27)
2021-04-29T22:21:49.6906728Z org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2021-04-29T22:21:49.6908440Z org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2021-04-29T22:21:49.6910252Z org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2021-04-29T22:21:49.6912056Z org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2021-04-29T22:21:49.6971425Z org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2021-04-29T22:21:49.6973603Z org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2021-04-29T22:21:49.6975462Z org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2021-04-29T22:21:49.6977680Z org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
2021-04-29T22:21:49.6980680Z org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
2021-04-29T22:21:49.6998869Z org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
2021-04-29T22:21:49.7002405Z org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
2021-04-29T22:21:49.7005809Z org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
2021-04-29T22:21:49.7013548Z org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
2021-04-29T22:21:49.7016345Z org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
2021-04-29T22:21:49.7018725Z org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
2021-04-29T22:21:49.7020227Z Created at:
2021-04-29T22:21:49.7022098Z io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledByteBufAllocator.java:96)
2021-04-29T22:21:49.7024946Z io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:187)
2021-04-29T22:21:49.7080411Z io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:173)
2021-04-29T22:21:49.7107141Z io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:107)
2021-04-29T22:21:49.7109831Z io.netty.incubator.codec.http3.Http3CodecUtils.connectionError(Http3CodecUtils.java:246)
2021-04-29T22:21:49.7112846Z io.netty.incubator.codec.http3.Http3CodecUtils.connectionError(Http3CodecUtils.java:231)
2021-04-29T22:21:49.7116906Z io.netty.incubator.codec.http3.Http3UnidirectionalStreamInboundHandler.initPushStream(Http3UnidirectionalStreamInboundHandler.java:133)
2021-04-29T22:21:49.7121839Z io.netty.incubator.codec.http3.Http3UnidirectionalStreamInboundHandler.decode(Http3UnidirectionalStreamInboundHandler.java:83)
2021-04-29T22:21:49.7126243Z io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508)
2021-04-29T22:21:49.7129615Z io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447)
2021-04-29T22:21:49.7132619Z io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
2021-04-29T22:21:49.7163387Z io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
2021-04-29T22:21:49.7166975Z io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
2021-04-29T22:21:49.7304774Z io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
2021-04-29T22:21:49.7307698Z io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
2021-04-29T22:21:49.7310525Z io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
2021-04-29T22:21:49.7325883Z io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
2021-04-29T22:21:49.7328942Z io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
2021-04-29T22:21:49.7331463Z io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:343)
2021-04-29T22:21:49.7336483Z io.netty.incubator.codec.http3.Http3UnidirectionalStreamInboundHandlerTest.testPushStream(Http3UnidirectionalStreamInboundHandlerTest.java:109)
2021-04-29T22:21:49.7340173Z sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2021-04-29T22:21:49.7359812Z sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2021-04-29T22:21:49.7362471Z sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2021-04-29T22:21:49.7364376Z java.lang.reflect.Method.invoke(Method.java:498)
2021-04-29T22:21:49.7365947Z org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2021-04-29T22:21:49.7368124Z org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2021-04-29T22:21:49.7370653Z org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2021-04-29T22:21:49.7373173Z org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2021-04-29T22:21:49.7375144Z org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2021-04-29T22:21:49.7376845Z org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2021-04-29T22:21:49.7378642Z org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2021-04-29T22:21:49.7381069Z org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2021-04-29T22:21:49.7490259Z org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2021-04-29T22:21:49.7493228Z org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2021-04-29T22:21:49.7494672Z org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2021-04-29T22:21:49.7502158Z org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2021-04-29T22:21:49.7504204Z org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2021-04-29T22:21:49.7510179Z org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2021-04-29T22:21:49.7512529Z org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2021-04-29T22:21:49.7518723Z org.junit.runners.Suite.runChild(Suite.java:128)
2021-04-29T22:21:49.7520832Z org.junit.runners.Suite.runChild(Suite.java:27)
2021-04-29T22:21:49.7522283Z org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2021-04-29T22:21:49.7604836Z org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2021-04-29T22:21:49.7606482Z org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2021-04-29T22:21:49.7608152Z org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2021-04-29T22:21:49.7609649Z org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2021-04-29T22:21:49.7611064Z org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2021-04-29T22:21:49.7613018Z org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2021-04-29T22:21:49.7616448Z org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
2021-04-29T22:21:49.7619355Z org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
2021-04-29T22:21:49.7622149Z org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
2021-04-29T22:21:49.7624648Z org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
2021-04-29T22:21:49.7628825Z org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
2021-04-29T22:21:49.7632180Z org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
2021-04-29T22:21:49.7634734Z org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
2021-04-29T22:21:49.7638949Z org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
2021-04-29T22:21:49.7642781Z [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in io.netty.incubator.codec.http3.Http3UnidirectionalStreamInboundHandlerTest
2021-04-29T22:21:49.7645607Z [INFO] Running io.netty.incubator.codec.http3.HttpConversionUtilTest
2021-04-29T22:21:49.7869987Z [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in io.netty.incubator.codec.http3.HttpConversionUtilTest