Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't cache local and remote address as these might change during the… #664

Merged
merged 1 commit into from
Feb 5, 2024

Don't cache local and remote address as these might change during the…

7cacab0
Select commit
Failed to load commit list.
Sign in for the full log view
Merged

Don't cache local and remote address as these might change during the… #664

Don't cache local and remote address as these might change during the…
7cacab0
Select commit
Failed to load commit list.
GitHub Actions / pr-windows-x86_64 test reports failed Feb 5, 2024 in 0s

188 tests run, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in io/netty/incubator/codec/quic/QuicChannelEchoTest

See this annotation in the file changed.

@github-actions github-actions / pr-windows-x86_64 test reports

QuicChannelEchoTest.testEchoStartedFromServer{boolean, boolean, boolean}[5]

java.nio.channels.ClosedChannelException
	at io.netty.incubator.codec.quic.QuicheQuicChannel.connectionAddressChecked(QuicheQuicChannel.java:755)
Raw output
java.nio.channels.ClosedChannelException
	at io.netty.incubator.codec.quic.QuicheQuicChannel.connectionAddressChecked(QuicheQuicChannel.java:755)
	at io.netty.incubator.codec.quic.QuicheQuicChannel.doClose(QuicheQuicChannel.java:607)
	at io.netty.channel.AbstractChannel$AbstractUnsafe.doClose0(AbstractChannel.java:754)
	at io.netty.channel.AbstractChannel$AbstractUnsafe.close(AbstractChannel.java:731)
	at io.netty.channel.AbstractChannel$AbstractUnsafe.close(AbstractChannel.java:620)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.close(DefaultChannelPipeline.java:1352)
	at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:755)
	at io.netty.channel.AbstractChannelHandlerContext.access$1200(AbstractChannelHandlerContext.java:61)
	at io.netty.channel.AbstractChannelHandlerContext$11.run(AbstractChannelHandlerContext.java:738)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.lang.Thread.run(Thread.java:750)