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

Flaky test: io.netty.channel.ThreadPerChannelEventLoopGroupTest #11551

Closed
hyperxpro opened this issue Aug 5, 2021 · 5 comments
Closed

Flaky test: io.netty.channel.ThreadPerChannelEventLoopGroupTest #11551

hyperxpro opened this issue Aug 5, 2021 · 5 comments
Labels
ci Issues related to CI setup (GH Actions) windows issues that happen on windows OS

Comments

@hyperxpro
Copy link
Contributor

hyperxpro commented Aug 5, 2021

Expected behavior

There are multiple instances when the build stalled at io.netty.channel.ThreadPerChannelEventLoopGroupTest test and kept running forever until it was interrupted by GitHub Actions for consuming 6 hours of runtime.

Actual behavior

The test should pass or fail but not stall.

Steps to reproduce

Run io.netty.channel.ThreadPerChannelEventLoopGroupTest test.

Log file

log.txt

Netty version

4.1.66.Final

JVM version (e.g. java -version)

Java 11

OS version (e.g. uname -a)

Microsoft Windows Server 2016

@hyperxpro
Copy link
Contributor Author

Happened here too: #11539

@NiteshKant NiteshKant added ci Issues related to CI setup (GH Actions) windows issues that happen on windows OS labels Aug 5, 2021
@hyperxpro
Copy link
Contributor Author

Happened on #11653

[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.25 s - in io.netty.bootstrap.BootstrapTest
[INFO] Running io.netty.channel.DefaultFileRegionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in io.netty.channel.DefaultFileRegionTest
[INFO] Running io.netty.channel.ThreadPerChannelEventLoopGroupTest
Terminate batch job (Y/N)? 
Error: The operation was canceled.

@normanmaurer @NiteshKant Should we disable this test too?

@hyperxpro
Copy link
Contributor Author

Happened on #11680

[INFO] Running io.netty.channel.ThreadPerChannelEventLoopGroupTest
Error: The operation was canceled.

@hyperxpro
Copy link
Contributor Author

hyperxpro commented Sep 15, 2021

@chrisvest I think it is time to disable this test?

@NiteshKant
Copy link
Member

@hyperxpro sure thing, please send a PR

@hyperxpro hyperxpro changed the title Flaky test on Windows: io.netty.channel.ThreadPerChannelEventLoopGroupTest Flaky test: io.netty.channel.ThreadPerChannelEventLoopGroupTest Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Issues related to CI setup (GH Actions) windows issues that happen on windows OS
Projects
None yet
Development

No branches or pull requests

3 participants