This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 72af262 Improve debug logging for intermittently failing test
72af262 is described below
commit 72af2625aa8f892577860f501c7e9477e6a034b6
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 27 14:09:16 2020 +0100
Improve debug logging for intermittently failing test
---
test/org/apache/coyote/http2/TestHttp2Section_5_1.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/org/apache/coyote/http2/TestHttp2Section_5_1.java
b/test/org/apache/coyote/http2/TestHttp2Section_5_1.java
index a9c3635..dde841a 100644
--- a/test/org/apache/coyote/http2/TestHttp2Section_5_1.java
+++ b/test/org/apache/coyote/http2/TestHttp2Section_5_1.java
@@ -432,7 +432,8 @@ public class TestHttp2Section_5_1 extends Http2TestBase {
// Expecting
// 1 * headers
// 64k-1 of body (8 * ~8k)
- // 1 * error (could be in any order)
+ // 1 * error
+ // Could be in any order
for (int i = 0; i < 9; i++) {
parser.readFrame(true);
}
@@ -440,7 +441,6 @@ public class TestHttp2Section_5_1 extends Http2TestBase {
Assert.assertTrue(output.getTrace(),
output.getTrace().contains("5-RST-[" +
Http2Error.REFUSED_STREAM.getCode() + "]"));
- output.clearTrace();
// Connection window is 8k.
// Stream window is zero.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]