You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/10/06 16:08:51 UTC

svn commit: r1707060 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

Author: markt
Date: Tue Oct  6 14:08:51 2015
New Revision: 1707060

URL: http://svn.apache.org/viewvc?rev=1707060&view=rev
Log:
More debug

Modified:
    tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java?rev=1707060&r1=1707059&r2=1707060&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java (original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Tue Oct  6 14:08:51 2015
@@ -144,6 +144,8 @@ public class TestHttp2Section_5_3 extend
         while (!seen19 || !seen21) {
             sendWindowUpdate(0, 1);
             parser.readFrame(true);
+            // Debugging Gump failure
+            log.info(output.getTrace());
             if (output.getTrace().contains("19-Body-1")) {
                 seen19 = true;
             } else if (output.getTrace().contains("21-Body-1")) {



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