This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 03b9e83d53 A little more debug logging to better understand
intermittent failure
03b9e83d53 is described below
commit 03b9e83d53f72dea19bbbdfce632cd9844b5f9dc
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]