Skip to content

Fix Flaky CancellationTest #3716

Fix Flaky CancellationTest

Fix Flaky CancellationTest #3716

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Report JDK 8 ubuntu-latest failed Oct 16, 2023 in 0s

20500 tests run, 890 skipped, 1 failed.

Annotations

Check failure on line 1 in io/servicetalk/http/netty/ConnectionClosedAfterIoExceptionTest

See this annotation in the file changed.

@github-actions github-actions / Test Report JDK 8 ubuntu-latest

ConnectionClosedAfterIoExceptionTest.test(HttpProtocol) [2]: protocol=HTTP_2

java.nio.channels.ClosedChannelException
Raw output
java.nio.channels.ClosedChannelException
	at io.netty.handler.codec.http2.Http2StreamChannelBootstrap$1.run(Http2StreamChannelBootstrap.java:127)
	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.epoll.EpollEventLoop.run(EpollEventLoop.java:413)
	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)