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

Re-enable HttpChannelEventTest and port to ee9 #12477

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

Re-enable HttpChannelEventTest and port to ee9

466308a
Select commit
Loading
Failed to load commit list.
Open

Re-enable HttpChannelEventTest and port to ee9 #12477

Re-enable HttpChannelEventTest and port to ee9
466308a
Select commit
Loading
Failed to load commit list.
Webtide Jenkins / Tests / Parallel Stage / Build / Test - JDK23 failed Dec 22, 2024 in 0s

failed: 2, skipped: 285, passed: 22881

Send us feedback

Details

org.eclipse.jetty.ee8.servlet.HttpChannelEventTest.testResponseFailure

expected: <true> but was: <false>
Stack trace
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
	at [email protected]/org.eclipse.jetty.ee8.servlet.HttpChannelEventTest.testResponseFailure(HttpChannelEventTest.java:222)
	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.ee8.servlet.HttpChannelEventTest.testResponseFailure()
2024-12-22 19:58:42.679:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.1.0-SNAPSHOT; built: 2024-12-22T19:26:51.361Z; git: 818bd0ee98bfe526b370617215d9a2e4a5f5edb2; jvm 23+37
2024-12-22 19:58:42.681:INFO :oejsh.ContextHandler:ForkJoinPool-1-worker-1: Started oeje8n.ContextHandler$CoreContextHandler@28af4588{ROOT,/,b=null,a=AVAILABLE,h=oeje8n.ContextHandler$CoreContextHandler$CoreToNestedHandler@51e48d2a{STARTED}}
2024-12-22 19:58:42.682:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Started LocalConnector@6f3f9898{HTTP/1.1, (http/1.1)}
2024-12-22 19:58:42.682:INFO :oejs.Server:ForkJoinPool-1-worker-1: Started oejs.Server@3e90f624{STARTING}[12.1.0-SNAPSHOT,sto=0] @1213ms
2024-12-22 19:58:47.690:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@3e90f624{STOPPING}[12.1.0-SNAPSHOT,sto=0]
2024-12-22 19:58:47.690:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped LocalConnector@6f3f9898{HTTP/1.1, (http/1.1)}

org.eclipse.jetty.ee8.servlet.HttpChannelEventTest.testRequestFailure

expected: <true> but was: <false>
Stack trace
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
	at [email protected]/org.eclipse.jetty.ee8.servlet.HttpChannelEventTest.testRequestFailure(HttpChannelEventTest.java:154)
	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.ee8.servlet.HttpChannelEventTest.testRequestFailure()
2024-12-22 19:58:47.701:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.1.0-SNAPSHOT; built: 2024-12-22T19:26:51.361Z; git: 818bd0ee98bfe526b370617215d9a2e4a5f5edb2; jvm 23+37
2024-12-22 19:58:47.703:INFO :oejsh.ContextHandler:ForkJoinPool-1-worker-1: Started oeje8n.ContextHandler$CoreContextHandler@1e069d3a{ROOT,/,b=null,a=AVAILABLE,h=oeje8n.ContextHandler$CoreContextHandler$CoreToNestedHandler@4e77c854{STARTED}}
2024-12-22 19:58:47.704:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Started LocalConnector@3cea343a{HTTP/1.1, (http/1.1)}
2024-12-22 19:58:47.704:INFO :oejs.Server:ForkJoinPool-1-worker-1: Started oejs.Server@1d84ac5{STARTING}[12.1.0-SNAPSHOT,sto=0] @6235ms
2024-12-22 19:58:52.718:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@1d84ac5{STOPPING}[12.1.0-SNAPSHOT,sto=0]
2024-12-22 19:58:52.719:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped LocalConnector@3cea343a{HTTP/1.1, (http/1.1)}