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

Add documentation for form limits & improve configuration via context attributes #12560

Open
wants to merge 9 commits into
base: jetty-12.0.x
Choose a base branch
from

PR #12560 - remove duplicated docs

ba44f80
Select commit
Loading
Failed to load commit list.
Open

Add documentation for form limits & improve configuration via context attributes #12560

PR #12560 - remove duplicated docs
ba44f80
Select commit
Loading
Failed to load commit list.
Webtide Jenkins / Tests / Parallel Stage / Build / Test - JDK17 failed Jan 12, 2025 in 0s

failed: 2, skipped: 44, passed: 2972

Send us feedback

Details

org.eclipse.jetty.http2.tests.SettingsTest.testMaxHeaderListSizeExceededByClient

Expected java.util.concurrent.ExecutionException to be thrown, but nothing was thrown.
Stack trace
org.opentest4j.AssertionFailedError: Expected java.util.concurrent.ExecutionException to be thrown, but nothing was thrown.
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:73)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3128)
	at org.eclipse.jetty.http2.tests.SettingsTest.testMaxHeaderListSizeExceededByClient(SettingsTest.java:440)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
	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.http2.tests.HttpClientTransportOverHTTP2Test.testLastStreamId()
2025-01-12 19:38:57.445:INFO :oejs.Server:ForkJoinPool-1-worker-3: jetty-12.0.17-SNAPSHOT; built: 2025-01-10T15:34:30.391Z; git: 9a44908bee01e65cfdbb2348f6c97de24b920c74; jvm 17.0.9+9
2025-01-12 19:38:57.446:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-3: Started ServerConnector@5571c17b{h2, (h2)}{0.0.0.0:36141}
2025-01-12 19:38:57.446:INFO :oejs.Server:ForkJoinPool-1-worker-3: Started oejs.Server@38f9631b{STARTING}[12.0.17-SNAPSHOT,sto=0] @93899ms

org.eclipse.jetty.http2.tests.SettingsTest.testMaxHeaderListSizeExceededByClient

Expected java.util.concurrent.ExecutionException to be thrown, but nothing was thrown.
Stack trace
org.opentest4j.AssertionFailedError: Expected java.util.concurrent.ExecutionException to be thrown, but nothing was thrown.
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:73)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3128)
	at org.eclipse.jetty.http2.tests.SettingsTest.testMaxHeaderListSizeExceededByClient(SettingsTest.java:440)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.http2.tests.SettingsTest.testMaxHeaderListSizeExceededByClient()
2025-01-12 19:39:17.826:INFO :oejs.Server:ForkJoinPool-3-worker-1: jetty-12.0.17-SNAPSHOT; built: 2025-01-10T15:34:30.391Z; git: 9a44908bee01e65cfdbb2348f6c97de24b920c74; jvm 17.0.9+9
2025-01-12 19:39:17.827:INFO :oejs.AbstractConnector:ForkJoinPool-3-worker-1: Started ServerConnector@18c9be24{h2, (h2)}{0.0.0.0:43011}
2025-01-12 19:39:17.827:INFO :oejs.Server:ForkJoinPool-3-worker-1: Started oejs.Server@4100e364{STARTING}[12.0.17-SNAPSHOT,sto=0] @114281ms
2025-01-12 19:39:18.037:INFO :oejs.Server:ForkJoinPool-3-worker-1: Stopped oejs.Server@4100e364{STOPPING}[12.0.17-SNAPSHOT,sto=0]
2025-01-12 19:39:18.037:INFO :oejs.AbstractConnector:ForkJoinPool-3-worker-1: Stopped ServerConnector@18c9be24{h2, (h2)}{0.0.0.0:0}