Author: markt
Date: Mon Aug 10 11:50:59 2015
New Revision: 1695035
URL: http://svn.apache.org/r1695035
Log:
Increase delay for Gump. May need to exclude this test.
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java?rev=1695035&r1=1695034&r2=1695035&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
(original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java Mon Aug
10 11:50:59 2015
@@ -28,7 +28,7 @@ import org.junit.Test;
*/
public class TestHttp2Section_6_8 extends Http2TestBase {
- private static final long PNG_ACK_DELAY_MS = 1000;
+ private static final long PNG_ACK_DELAY_MS = 2000;
@Test
public void testGoawayIgnoreNewStreams() throws Exception {
@@ -41,6 +41,8 @@ public class TestHttp2Section_6_8 extend
// Go away
parser.readFrame(true);
+ // Debugging Gump failure
+ System.err.println(output.getTrace());
Assert.assertEquals("0-Goaway-[2147483647]-[0]-[null]",
output.getTrace());
output.clearTrace();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]