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

Sporadic test failure in TestThread#test_thread_join_in_trap #8037

Open
jcharaoui opened this issue Dec 8, 2023 · 2 comments
Open

Sporadic test failure in TestThread#test_thread_join_in_trap #8037

jcharaoui opened this issue Dec 8, 2023 · 2 comments

Comments

@jcharaoui
Copy link
Contributor

Running the JRuby 9.4.3.0 mri-core testsuite on Debian unstable (OpenJDK 17.0.9), I've been encountering intermittent failures with this test:

  1) Failure:
TestThread#test_thread_join_in_trap [/tmp/autopkgtest-lxc.035dzmv8/downtmp/autopkgtest_tmp/test/mri/ruby/test_thread.rb:997]:
assert_separately failed
pid 27166 exit 130
@jcharaoui
Copy link
Contributor Author

I looked a bit into it and it seems #4956 was filed to track this exact (or very similar) issue, and that test was then added to exclusions in e2206af

However the exclusion was removed in b0862e6, perhaps unintentionally.

@jcharaoui
Copy link
Contributor Author

I'll also note that I also tried to reproduce the issue by limiting test runs to only run tests from test/mri/ruby/test_thread.rb, rather than the full mri-core testsuite, and under these conditions I've not encountered the issue. Only when running mri-core fully (so far, at least).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant