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