This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c9f9bf  Remove test debug code
0c9f9bf is described below

commit 0c9f9bff7c3b23387c769104c662d05f2b8c4f5a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 11 13:45:03 2021 +0000

    Remove test debug code
---
 test/org/apache/coyote/http2/TestAsync.java | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/test/org/apache/coyote/http2/TestAsync.java 
b/test/org/apache/coyote/http2/TestAsync.java
index 7c516ee..50cdaac 100644
--- a/test/org/apache/coyote/http2/TestAsync.java
+++ b/test/org/apache/coyote/http2/TestAsync.java
@@ -188,14 +188,7 @@ public class TestAsync extends Http2TestBase {
         }
 
         while (!output.getTrace().endsWith("3-EndOfStream\n")) {
-            try {
-                parser.readFrame(true);
-            } catch (IOException ioe) {
-                // Attempt to debug intermittent test failures
-                System.out.println(output.getTrace());
-                System.out.println(output.getBytesRead());
-                throw ioe;
-            }
+            parser.readFrame(true);
         }
 
         // Check that the right number of bytes were received


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to