Issue #12104 - HTTP/1.0 should produce a valid Connection
header, never blank/null.
#12105
+341
−68
Webtide Jenkins / Tests / Parallel Stage / Build / Test - JDK22
failed
Jul 31, 2024 in 0s
failed: 34, skipped: 208, passed: 7159
Send us feedback
Details
org.eclipse.jetty.server.DelayedServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testRequest1Fragments()
2024-07-31 13:10:41.972:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:10:41.974:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@4be2db1a{HTTP/1.1, (http/1.1)}{0.0.0.0:34167}
2024-07-31 13:10:41.974:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@44f683b3{STARTING}[12.0.13-SNAPSHOT,sto=0] @20296ms
2024-07-31 13:10:42.106:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@44f683b3{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:10:42.106:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@4be2db1a{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.DelayedServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ssl.ServerConnectorSslTimeoutTest.testMaxIdleWithSlowRequest()
2024-07-31 13:10:50.123:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:10:50.140:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@3d9d1599{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:10:50.140:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@48d00a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.DelayedServerTest.testRequest1
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1(HttpServerTestBase.java:666)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testRequest1()
2024-07-31 13:10:50.362:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:10:50.364:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@142e9e3a{HTTP/1.1, (http/1.1)}{0.0.0.0:42387}
2024-07-31 13:10:50.364:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@5a24567{STARTING}[12.0.13-SNAPSHOT,sto=0] @28687ms
2024-07-31 13:10:50.470:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@5a24567{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:10:50.471:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@142e9e3a{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.DelayedServerTest.testRequest2
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
Stack trace
org.opentest4j.AssertionFailedError:
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest2(HttpServerTestBase.java:778)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testRequest2()
2024-07-31 13:10:50.477:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:10:50.479:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@3b141495{HTTP/1.1, (http/1.1)}{0.0.0.0:32941}
2024-07-31 13:10:50.479:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@7627dcac{STARTING}[12.0.13-SNAPSHOT,sto=0] @28802ms
2024-07-31 13:10:50.589:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@7627dcac{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:10:50.589:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@3b141495{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.DelayedServerTest.testDualRequest1
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testDualRequest1(HttpServerTestBase.java:1519)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testDualRequest1()
2024-07-31 13:10:51.827:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:10:51.829:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@5051dc64{HTTP/1.1, (http/1.1)}{0.0.0.0:38509}
2024-07-31 13:10:51.829:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@1281fb0e{STARTING}[12.0.13-SNAPSHOT,sto=0] @30152ms
2024-07-31 13:10:51.936:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@1281fb0e{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:10:51.937:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@5051dc64{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testHeadHandled()
2024-07-31 13:12:10.755:INFO :oejs.Server:ForkJoinPool-2-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:12:10.757:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Started ServerConnector@2a659f4{HTTP/1.1, (http/1.1)}{0.0.0.0:33351}
2024-07-31 13:12:10.757:INFO :oejs.Server:ForkJoinPool-2-worker-1: Started oejs.Server@1127c17d{STARTING}[12.0.13-SNAPSHOT,sto=0] @109080ms
2024-07-31 13:12:10.850:INFO :oejs.Server:ForkJoinPool-2-worker-2: Stopped oejs.Server@6ae6b230{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:10.851:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-2: Stopped ServerConnector@20773ed1{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testRequest1Fragments()
2024-07-31 13:12:11.094:INFO :oejs.Server:ForkJoinPool-2-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:12:11.095:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Started ServerConnector@5916f7bf{HTTP/1.1, (http/1.1)}{0.0.0.0:41385}
2024-07-31 13:12:11.095:INFO :oejs.Server:ForkJoinPool-2-worker-1: Started oejs.Server@44d881c0{STARTING}[12.0.13-SNAPSHOT,sto=0] @109418ms
2024-07-31 13:12:11.202:INFO :oejs.Server:ForkJoinPool-2-worker-2: Stopped oejs.Server@1d09cc1f{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:11.202:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-2: Stopped ServerConnector@204b632c{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testRequest1Fragments()
2024-07-31 13:10:58.935:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:10:58.937:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @c3f70b5{HTTP/1.1, (http/1.1)}{0.0.0.0:33877}
2024-07-31 13:10:58.937:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@60a5b389{STARTING}[12.0.13-SNAPSHOT,sto=0] @37260ms
2024-07-31 13:10:59.061:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@60a5b389{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:10:59.062:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @c3f70b5{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testHeadHandled()
2024-07-31 13:11:05.382:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:11:05.383:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @8863bf4{HTTP/1.1, (http/1.1)}{0.0.0.0:35395}
2024-07-31 13:11:05.383:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@5819499b{STARTING}[12.0.13-SNAPSHOT,sto=0] @43706ms
2024-07-31 13:11:05.487:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@5819499b{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:05.487:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @8863bf4{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testRequest1
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1(HttpServerTestBase.java:666)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testRequest1()
2024-07-31 13:11:05.699:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:11:05.701:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @3bae2ad6{HTTP/1.1, (http/1.1)}{0.0.0.0:34705}
2024-07-31 13:11:05.701:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@68984ab0{STARTING}[12.0.13-SNAPSHOT,sto=0] @44024ms
2024-07-31 13:11:05.805:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@68984ab0{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:05.806:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @3bae2ad6{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testRequest2
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
Stack trace
org.opentest4j.AssertionFailedError:
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest2(HttpServerTestBase.java:778)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testRequest2()
2024-07-31 13:11:05.809:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:11:05.810:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @335e1ee4{HTTP/1.1, (http/1.1)}{0.0.0.0:41351}
2024-07-31 13:11:05.810:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@601024d1{STARTING}[12.0.13-SNAPSHOT,sto=0] @44133ms
2024-07-31 13:11:05.914:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@601024d1{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:05.914:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @335e1ee4{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testDualRequest1
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testDualRequest1(HttpServerTestBase.java:1519)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testDualRequest1()
2024-07-31 13:11:06.900:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:11:06.901:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @4f07a6d9{HTTP/1.1, (http/1.1)}{0.0.0.0:43457}
2024-07-31 13:11:06.901:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@38809748{STARTING}[12.0.13-SNAPSHOT,sto=0] @45224ms
2024-07-31 13:11:07.004:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@38809748{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:07.005:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @4f07a6d9{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ServerConnectorHttpServerTest.testRequest1
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1(HttpServerTestBase.java:666)
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.tryRemoveAndExec(ForkJoinPool.java:1534)
at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testRequest2()
2024-07-31 13:12:10.268:INFO :oejs.Server:ForkJoinPool-2-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:12:10.269:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-2: Started @3f9370a1{HTTP/1.1, (http/1.1)}{0.0.0.0:35811}
2024-07-31 13:12:10.270:INFO :oejs.Server:ForkJoinPool-2-worker-2: Started oejs.Server@46b9ab8{STARTING}[12.0.13-SNAPSHOT,sto=0] @108592ms
2024-07-31 13:12:10.302:INFO :oejs.Server:ForkJoinPool-2-worker-1: Stopped oejs.Server@376fadb9{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:10.302:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Stopped ServerConnector@320c7cc6{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ServerConnectorHttpServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
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.tryRemoveAndExec(ForkJoinPool.java:1534)
at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testDualRequest1()
2024-07-31 13:12:10.375:INFO :oejs.Server:ForkJoinPool-2-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:12:10.377:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-2: Started @7bba9b50{HTTP/1.1, (http/1.1)}{0.0.0.0:33681}
2024-07-31 13:12:10.377:INFO :oejs.Server:ForkJoinPool-2-worker-2: Started oejs.Server@76ce3f91{STARTING}[12.0.13-SNAPSHOT,sto=0] @108699ms
2024-07-31 13:12:10.409:INFO :oejs.Server:ForkJoinPool-2-worker-1: Stopped oejs.Server@1f48bc6c{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:10.409:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Stopped ServerConnector@3c304dbf{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
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.tryRemoveAndExec(ForkJoinPool.java:1534)
at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
2024-07-31 13:11:13.779:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@cb33748{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:13.780:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@7a5c2264{SSL, (ssl, http/1.1)}{0.0.0.0:0}
Running org.eclipse.jetty.server.LocalConnectorTest.testManyGETs()
2024-07-31 13:11:13.781:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
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.tryRemoveAndExec(ForkJoinPool.java:1534)
at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testHeadHandled()
2024-07-31 13:11:27.308:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:11:27.423:INFO :oejus.SslContextFactory:ForkJoinPool-1-worker-1: x509=X509@109b2dd1(mykey,h=[localhost],a=[/127.0.0.1, /0:0:0:0:0:0:0:1],w=[]) for Server@5dfe844a[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_PR-12105/jetty-core/jetty-server/src/test/resources/keystore.p12,trustStore=null]
2024-07-31 13:11:27.466:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Started ServerConnector@5780705{SSL, (ssl, http/1.1)}{0.0.0.0:37997}
2024-07-31 13:11:27.466:INFO :oejs.Server:ForkJoinPool-1-worker-1: Started oejs.Server@22576b42{STARTING}[12.0.13-SNAPSHOT,sto=0] @65789ms
2024-07-31 13:11:27.582:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@22576b42{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:27.582:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@5780705{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1(HttpServerTestBase.java:666)
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.tryRemoveAndExec(ForkJoinPool.java:1534)
at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1()
2024-07-31 13:11:28.123:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:11:28.245:INFO :oejus.SslContextFactory:ForkJoinPool-1-worker-1: x509=X509@2d7873f0(mykey,h=[localhost],a=[/127.0.0.1, /0:0:0:0:0:0:0:1],w=[]) for Server@45433dd0[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_PR-12105/jetty-core/jetty-server/src/test/resources/keystore.p12,trustStore=null]
2024-07-31 13:11:28.292:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Started ServerConnector@7d0750f{SSL, (ssl, http/1.1)}{0.0.0.0:42205}
2024-07-31 13:11:28.292:INFO :oejs.Server:ForkJoinPool-1-worker-1: Started oejs.Server@1ded72de{STARTING}[12.0.13-SNAPSHOT,sto=0] @66615ms
2024-07-31 13:11:28.405:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@1ded72de{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:28.406:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@7d0750f{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest2
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
Stack trace
org.opentest4j.AssertionFailedError:
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest2(HttpServerTestBase.java:778)
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.tryRemoveAndExec(ForkJoinPool.java:1534)
at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest2()
2024-07-31 13:11:28.475:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:11:28.592:INFO :oejus.SslContextFactory:ForkJoinPool-1-worker-1: x509=X509@f6c38e6(mykey,h=[localhost],a=[/127.0.0.1, /0:0:0:0:0:0:0:1],w=[]) for Server@9fbe84b[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_PR-12105/jetty-core/jetty-server/src/test/resources/keystore.p12,trustStore=null]
2024-07-31 13:11:28.637:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Started ServerConnector@77f3ebee{SSL, (ssl, http/1.1)}{0.0.0.0:34459}
2024-07-31 13:11:28.637:INFO :oejs.Server:ForkJoinPool-1-worker-1: Started oejs.Server@68192abf{STARTING}[12.0.13-SNAPSHOT,sto=0] @66959ms
2024-07-31 13:11:28.750:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@68192abf{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:28.751:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@77f3ebee{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.PartialRFC2616Test.test196
19.6.2 not assumed
Expected: not a string containing "Connection: close"
but: was "00 OK\r\nServer: Jetty(12.0.13-SNAPSHOT)\r\nDate: Wed, 31 Jul 2024 13:11:17 GMT\r\nContent-Type: text/html\r\nBefore-Flush: Not Committed\r\nConnection: close\r\nContent-Length: 1492\r\n\r\n<html><h1>Dump Handler</h1>\n<pre>httpURI=http://0.0.0.0/R1</pre><br/>\n<pre>httpURI.path=/R1</pre><br/>\n<pre>httpURI.query=null</pre><br/>\n<pre>httpURI.pathQuery=/R1</pre><br/>\n<pre>locales=[en-US]</pre><br/>\n<pre>pathInContext=/R1</pre><br/>\n<pre>contentType=null</pre><br/>\n<pre>servername=0.0.0.0</pre><br/>\n<pre>local=0.0.0.0:0</pre><br/>\n<pre>remote=0.0.0.0:0</pre><br/>\n<h3>Header:</h3><pre> GET /R1 HTTP/1.0\n</pre>\n<h3>Attributes:</h3>\n<pre></pre>\n<h3>Content:</h3>\n<pre></pre>\n</html>\nABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGH\r\n"
Stack trace
java.lang.AssertionError:
19.6.2 not assumed
Expected: not a string containing "Connection: close"
but: was "00 OK\r\nServer: Jetty(12.0.13-SNAPSHOT)\r\nDate: Wed, 31 Jul 2024 13:11:17 GMT\r\nContent-Type: text/html\r\nBefore-Flush: Not Committed\r\nConnection: close\r\nContent-Length: 1492\r\n\r\n<html><h1>Dump Handler</h1>\n<pre>httpURI=http://0.0.0.0/R1</pre><br/>\n<pre>httpURI.path=/R1</pre><br/>\n<pre>httpURI.query=null</pre><br/>\n<pre>httpURI.pathQuery=/R1</pre><br/>\n<pre>locales=[en-US]</pre><br/>\n<pre>pathInContext=/R1</pre><br/>\n<pre>contentType=null</pre><br/>\n<pre>servername=0.0.0.0</pre><br/>\n<pre>local=0.0.0.0:0</pre><br/>\n<pre>remote=0.0.0.0:0</pre><br/>\n<h3>Header:</h3><pre> GET /R1 HTTP/1.0\n</pre>\n<h3>Attributes:</h3>\n<pre></pre>\n<h3>Content:</h3>\n<pre></pre>\n</html>\nABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGH\r\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.PartialRFC2616Test.checkNotContained(PartialRFC2616Test.java:712)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.PartialRFC2616Test.test196(PartialRFC2616Test.java:643)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.PartialRFC2616Test.test196()
2024-07-31 13:11:17.091:INFO :oejs.Server:ForkJoinPool-1-worker-3: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:11:17.092:INFO :oejsh.ContextHandler:ForkJoinPool-1-worker-3: Started oejsh.ContextHandler@f615dac{ROOT,/,b=null,a=AVAILABLE,vh=[VirtualHost],h=oejsh.DumpHandler@528ce11d{STARTED}}
2024-07-31 13:11:17.092:INFO :oejsh.ContextHandler:ForkJoinPool-1-worker-3: Started oejsh.ContextHandler@421bf212{ROOT,/,b=null,a=AVAILABLE,h=oejsh.DumpHandler@1363a295{STARTED}}
2024-07-31 13:11:17.092:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-3: Started LocalConnector@16ea0168{HTTP/1.1, (http/1.1)}
2024-07-31 13:11:17.092:INFO :oejs.Server:ForkJoinPool-1-worker-3: Started oejs.Server@79c80f2{STARTING}[12.0.13-SNAPSHOT,sto=0] @55415ms
2024-07-31 13:11:17.093:INFO :oejs.Server:ForkJoinPool-1-worker-3: Stopped oejs.Server@79c80f2{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:11:17.093:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-3: Stopped LocalConnector@16ea0168{HTTP/1.1, (http/1.1)}
org.eclipse.jetty.server.ServerConnectorHttpServerTest.testRequest2
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
Stack trace
org.opentest4j.AssertionFailedError:
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest2(HttpServerTestBase.java:778)
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.tryRemoveAndExec(ForkJoinPool.java:1534)
at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1Fragments()
2024-07-31 13:12:10.516:INFO :oejs.Server:ForkJoinPool-2-worker-1: Stopped oejs.Server@7cd6856d{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:10.516:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Stopped ServerConnector@74077db1{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ServerConnectorHttpServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
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.tryRemoveAndExec(ForkJoinPool.java:1534)
at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
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:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Standard error
Running org.eclipse.jetty.server.ServerConnectorHttpServerTest.testRequest1Fragments()
2024-07-31 13:12:10.519:INFO :oejs.Server:ForkJoinPool-2-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:12:10.520:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Started ServerConnector@4f95db1c{HTTP/1.1, (http/1.1)}{0.0.0.0:42191}
2024-07-31 13:12:10.520:INFO :oejs.Server:ForkJoinPool-2-worker-1: Started oejs.Server@4767f8a5{STARTING}[12.0.13-SNAPSHOT,sto=0] @108843ms
2024-07-31 13:12:10.553:INFO :oejs.Server:ForkJoinPool-2-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:31.076Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 22+36
2024-07-31 13:12:10.643:INFO :oejs.Server:ForkJoinPool-2-worker-1: Stopped oejs.Server@4767f8a5{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:10.643:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Stopped ServerConnector@4f95db1c{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
more test results are not shown here, view them on Jenkins
Loading