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

itests pass successfully but then hang for 30 seconds with an error #1093

Open
amichair opened this issue Sep 20, 2023 · 4 comments
Open

itests pass successfully but then hang for 30 seconds with an error #1093

amichair opened this issue Sep 20, 2023 · 4 comments
Labels
Milestone

Comments

@amichair
Copy link

I think I'm seeing PAXEXAM-920 re-surface when upgrading maven-failsafe-plugin from 2.22.2 to 3.1.2 (running in Karaf 4.4.4, Pax Exam 4.13.3, OpenJDK 11.0.20.1+1, Linux). With 2.22.2 all is fine, and after changing to 3.1.2, for some application itests, the tests pass successfully but then hang for 30 seconds and the console shows

[ERROR] Surefire is going to kill self fork JVM. The exit has elapsed 30 seconds after System.exit(0).

I haven't fully analyzed what's going on, though it seems the forked JVM has no application threads left running, and the only non-daemon thread is the main one stuck waiting for an ack for a bye command or something like that. Sounds very similar to the original issue description...

@amichair
Copy link
Author

Just to clarify, I'm referring to my application's itests, not pax exam's own tests (which I haven't run).

@amichair
Copy link
Author

Also happens on Pax Exam 4.13.6-SNAPSHOT as of this writing.

@oliverlietz oliverlietz added this to the 4.14.0 milestone Oct 5, 2023
@oliverlietz oliverlietz added the type: bug Bug label Oct 5, 2023
@amichair
Copy link
Author

Is there any general roadmap for when the next release might come out, hopefully fixing this issue?

@grgrzybek
Copy link
Member

grgrzybek commented Oct 26, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

3 participants