This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 67f55ef2db A little more debug logging to better understand
intermittent failure
67f55ef2db is described below
commit 67f55ef2db9849239ff69cde3227c0582e5d1c49
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 13 16:13:20 2026 +0100
A little more debug logging to better understand intermittent failure
---
test/org/apache/coyote/http2/TestRfc9218.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/org/apache/coyote/http2/TestRfc9218.java
b/test/org/apache/coyote/http2/TestRfc9218.java
index 9ed9540b2e..a540dc7198 100644
--- a/test/org/apache/coyote/http2/TestRfc9218.java
+++ b/test/org/apache/coyote/http2/TestRfc9218.java
@@ -134,7 +134,9 @@ public class TestRfc9218 extends Http2TestBase {
// Add 1 byte to the connection window. Due to rounding up, each
stream should get 1 byte.
sendWindowUpdate(0, 1);
parser.readFrame();
+ System.out.println(output.getTrace());
parser.readFrame();
+ System.out.println(output.getTrace());
parser.readFrame();
trace = output.getTrace();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]