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 - org.eclipse.jetty.util.thread.ThreadFactoryTest.testThreadFactory() #12190

Closed
joakime opened this issue Aug 22, 2024 · 0 comments · Fixed by #12198
Closed

Flaky test - org.eclipse.jetty.util.thread.ThreadFactoryTest.testThreadFactory() #12190

joakime opened this issue Aug 22, 2024 · 0 comments · Fixed by #12198

Comments

@joakime
Copy link
Contributor

joakime commented Aug 22, 2024

Jetty version(s)
12.1.0-SNAPSHOT

Jetty Environment
Any

Java version/vendor (use: java -version)
All

OS type/version
Any

Description

Error

Cannot invoke "java.util.concurrent.Semaphore.release()" because "this._semaphore" is null

Stacktrace

java.lang.NullPointerException: Cannot invoke "java.util.concurrent.Semaphore.release()" because "this._semaphore" is null
	at org.eclipse.jetty.util@12.1.0-SNAPSHOT/org.eclipse.jetty.util.thread.VirtualThreadPool.lambda$execute$0(VirtualThreadPool.java:279)
	at org.eclipse.jetty.util@12.1.0-SNAPSHOT/org.eclipse.jetty.util.thread.TrackingExecutor.lambda$execute$0(TrackingExecutor.java:47)
	at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(ThreadPerTaskExecutor.java:314)
	at java.base/java.lang.VirtualThread.run(VirtualThread.java:329)

Standard Error

Running org.eclipse.jetty.util.thread.ThreadFactoryTest.testThreadFactory()
@sbordet sbordet linked a pull request Aug 23, 2024 that will close this issue
@sbordet sbordet moved this to 🏗 In progress in Jetty 12.0.13 - FROZEN Aug 23, 2024
@lachlan-roberts lachlan-roberts linked a pull request Aug 26, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Jetty 12.0.13 - FROZEN Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: ✅ Done
1 participant