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

run http3 tests per default but disable with another option than ci Maven profile #11586

Draft
wants to merge 1 commit into
base: jetty-12.0.x
Choose a base branch
from

run http3 tests per default

902e963
Select commit
Failed to load commit list.
Draft

run http3 tests per default but disable with another option than ci Maven profile #11586

run http3 tests per default
902e963
Select commit
Failed to load commit list.
Webtide Jenkins / Tests / Parallel Stage / Build / Test - JDK17 failed Mar 29, 2024 in 0s

org.eclipse.jetty.server.GracefulHandlerTest.testHandlerGracefulBlocked failed

Send us feedback

Details

org.eclipse.jetty.server.GracefulHandlerTest.testHandlerGracefulBlocked

Expected: is <200>
     but: was <500>
Stack trace
java.lang.AssertionError: 

Expected: is <200>
     but: was <500>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.eclipse.jetty.server@12.0.8-SNAPSHOT/org.eclipse.jetty.server.GracefulHandlerTest.testHandlerGracefulBlocked(GracefulHandlerTest.java:519)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.GracefulHandlerTest.testHandlerGracefulBlocked()
2024-03-29 04:52:22.178:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.8-SNAPSHOT; built: 2024-03-29T04:45:55.535Z; git: fab9717bc9869a1d58b64e6aebfb3e003730fb31; jvm 17.0.8+7
2024-03-29 04:52:23.469:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@10ca5620{HTTP/1.1, (http/1.1)}{0.0.0.0:38285}
2024-03-29 04:52:23.470:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@5cc47b7a{STARTING}[12.0.8-SNAPSHOT,sto=10000] @56877ms
2024-03-29 04:52:24.076:INFO :oejs.Server:ForkJoinPool.commonPool-worker-1: Stopped oejs.Server@5cc47b7a{STOPPING}[12.0.8-SNAPSHOT,sto=10000]
2024-03-29 04:52:24.169:INFO :oejs.Server:ForkJoinPool.commonPool-worker-1: Shutdown oejs.Server@5cc47b7a{STOPPING}[12.0.8-SNAPSHOT,sto=10000]
2024-03-29 04:52:25.169:INFO :oejs.AbstractConnector:ForkJoinPool.commonPool-worker-1: Stopped ServerConnector@10ca5620{HTTP/1.1, (http/1.1)}{0.0.0.0:0}