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

Port ee9 BlockingTest to ee10/11 #12635

Merged
merged 26 commits into from
Jan 24, 2025

port ee9 BlockingTest to ee10 and ee11 + fix bugs

771e3d1
Select commit
Loading
Failed to load commit list.
Merged

Port ee9 BlockingTest to ee10/11 #12635

port ee9 BlockingTest to ee10 and ee11 + fix bugs
771e3d1
Select commit
Loading
Failed to load commit list.
Webtide Jenkins / Tests / Parallel Stage / Build / Test - JDK23 failed Dec 12, 2024 in 0s

org.eclipse.jetty.ee10.servlet.ContextScopeListenerTest.testAsyncServletAsyncAfterDoGetExit failed

Send us feedback

Details

org.eclipse.jetty.ee10.servlet.ContextScopeListenerTest.testAsyncServletAsyncAfterDoGetExit

Expected: <[enterScope /initialPath, doGet, enterScope /initialPath, exitScope /initialPath, asyncRunnable, exitScope /initialPath, enterScope /initialPath, asyncDispatch, exitScope /initialPath]>
     but: was <[enterScope /initialPath, doGet, enterScope /initialPath, exitScope /initialPath, asyncRunnable, enterScope /initialPath, exitScope /initialPath, asyncDispatch, exitScope /initialPath]>
Stack trace
java.lang.AssertionError: 

Expected: <[enterScope /initialPath, doGet, enterScope /initialPath, exitScope /initialPath, asyncRunnable, exitScope /initialPath, enterScope /initialPath, asyncDispatch, exitScope /initialPath]>
     but: was <[enterScope /initialPath, doGet, enterScope /initialPath, exitScope /initialPath, asyncRunnable, enterScope /initialPath, exitScope /initialPath, asyncDispatch, exitScope /initialPath]>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at [email protected]/org.eclipse.jetty.ee10.servlet.ContextScopeListenerTest.assertHistory(ContextScopeListenerTest.java:220)
	at [email protected]/org.eclipse.jetty.ee10.servlet.ContextScopeListenerTest.testAsyncServletAsyncAfterDoGetExit(ContextScopeListenerTest.java:205)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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)
Standard error
Running org.eclipse.jetty.ee10.servlet.ContextScopeListenerTest.testAsyncServletAsyncAfterDoGetExit()
2024-12-12 15:32:59.654:INFO :oejs.Server:ForkJoinPool-1-worker-3: jetty-12.1.0-SNAPSHOT; built: 2024-12-12T15:08:51.719Z; git: 771e3d1690bc9be6660941794757c5633ce1a57b; jvm 23+37
2024-12-12 15:32:59.655:INFO :oejsh.ContextHandler:ForkJoinPool-1-worker-3: Started oeje10s.ServletContextHandler@34db1fc5{ROOT,/,b=null,a=AVAILABLE,h=oeje10s.ServletHandler@21440346{STARTED}}
2024-12-12 15:32:59.655:INFO :oejes.ServletContextHandler:ForkJoinPool-1-worker-3: Started oeje10s.ServletContextHandler@34db1fc5{ROOT,/,b=null,a=AVAILABLE,h=oeje10s.ServletHandler@21440346{STARTED}}
2024-12-12 15:32:59.655:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-3: Started ServerConnector@42464ea0{HTTP/1.1, (http/1.1)}{0.0.0.0:38885}
2024-12-12 15:32:59.655:INFO :oejs.Server:ForkJoinPool-1-worker-3: Started oejs.Server@11742b5e{STARTING}[12.1.0-SNAPSHOT,sto=0] @11231ms
2024-12-12 15:32:59.870:INFO :oejs.Server:ForkJoinPool-1-worker-3: Stopped oejs.Server@11742b5e{STOPPING}[12.1.0-SNAPSHOT,sto=0]
2024-12-12 15:32:59.870:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-3: Stopped ServerConnector@42464ea0{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
2024-12-12 15:32:59.871:INFO :oejes.ServletContextHandler:ForkJoinPool-1-worker-3: Stopped oeje10s.ServletContextHandler@34db1fc5{ROOT,/,b=null,a=AVAILABLE,h=oeje10s.ServletHandler@21440346{STOPPED}}