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

LargeHeaderTest.testLargeHeaderNewConnectionsConcurrent is flaky #12330

Closed
lorban opened this issue Sep 30, 2024 · 0 comments · Fixed by #12340
Closed

LargeHeaderTest.testLargeHeaderNewConnectionsConcurrent is flaky #12330

lorban opened this issue Sep 30, 2024 · 0 comments · Fixed by #12340
Assignees

Comments

@lorban
Copy link
Contributor

lorban commented Sep 30, 2024

Jetty version(s)
12.1.x

Description

LargeHeaderTest.testLargeHeaderNewConnectionsConcurrent sometimes fails with:

java.lang.Throwable
	at org.eclipse.jetty.server@12.1.0-SNAPSHOT/org.eclipse.jetty.server.LargeHeaderTest.testLargeHeaderNewConnectionsConcurrent(LargeHeaderTest.java:183)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1458)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2034)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:189)
	Suppressed: org.eclipse.jetty.http.HttpException$RuntimeException: 505: Unknown Version
		at org.eclipse.jetty.http@12.1.0-SNAPSHOT/org.eclipse.jetty.http.HttpParser.checkVersion(HttpParser.java:1072)
		at org.eclipse.jetty.http@12.1.0-SNAPSHOT/org.eclipse.jetty.http.HttpParser.parseLine(HttpParser.java:798)
		at org.eclipse.jetty.http@12.1.0-SNAPSHOT/org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1639)
		at org.eclipse.jetty.http@12.1.0-SNAPSHOT/org.eclipse.jetty.http.HttpTester.parseResponse(HttpTester.java:219)
		at org.eclipse.jetty.server@12.1.0-SNAPSHOT/org.eclipse.jetty.server.LargeHeaderTest.lambda$testLargeHeaderNewConnectionsConcurrent$0(LargeHeaderTest.java:217)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
		at java.base/java.lang.Thread.run(Thread.java:1575)

See: https://jenkins.webtide.net/job/jetty.project/job/jetty-12.1.x/193/testReport/junit/org.eclipse.jetty.server/LargeHeaderTest/Parallel_Stage___Build___Test___JDK23___testLargeHeaderNewConnectionsConcurrent/

@lorban lorban self-assigned this Sep 30, 2024
@lorban lorban moved this to 🏗 In progress in Jetty 12.1.0 Sep 30, 2024
lorban added a commit that referenced this issue Oct 2, 2024
…lback's iteration returns

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
lorban added a commit that referenced this issue Oct 8, 2024
…lback's iteration returns

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
@lorban lorban closed this as completed Nov 4, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Jetty 12.1.0 Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
1 participant