question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flaky test: io.netty.channel.ThreadPerChannelEventLoopGroupTest

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
NiteshKantcommented, Sep 15, 2021

@hyperxpro sure thing, please send a PR

0reactions
hyperxprocommented, Sep 15, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >
How to Deal with Flaky Tests - The New Stack
A test suite — a collection of tests that check for bugs that were introduced into your code — is a crucial part...
Read more >
Preempting Flaky Tests via Non-Idempotent-Outcome Tests
To proactively detect, i.e., preempt, flaky tests, we propose to detect non-idempotent-outcome (NIO) tests, a novel category related to flaky tests. In ...
Read more >
Understanding Flaky Tests: The Developer's Perspective
ABSTRACT. Flaky tests are software tests that exhibit a seemingly random outcome (pass or fail) when run against the same, identical code.
Read more >
Flaky Test Management with Cypress - YouTube
Link to slides: https://cypress.slides.com/cecelia/ flaky - test -management/In this webcast, Cecelia Martinez, Technical Account Manager at ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found