https://issues.apache.org/bugzilla/show_bug.cgi?id=56391

--- Comment #10 from Konstantin Kolinko <knst.koli...@gmail.com> ---
With trunk at r1589300 the test now fails for me consistently in 10 of 10 runs
on Windows 7 + JDK 7u55 32-bit.

I am running with

execute.validate=false
execute.test.bio=false
execute.test.nio=true
execute.test.apr=false
execute.test.nio2=false
test.accesslog=false
test.entry=org.apache.tomcat.util.net.TestSsl
test.entry.methods=testSimpleSsl,testKeyPass,testRenegotiateWorks,testRenegotiateFail

The last property is to fix order of the methods.

All 10 failures are with the same "72" vs "-1" failure:
[[[
Testcase: testSimpleSsl took 4,581 sec
Testcase: testKeyPass took 0,926 sec
Testcase: testRenegotiateWorks took 3,418 sec
        FAILED
expected:<72> but was:<-1>
junit.framework.AssertionFailedError: expected:<72> but was:<-1>
        at org.apache.tomcat.util.net.TestSsl.doRequest(TestSsl.java:158)
        at
org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks(TestSsl.java:135)
]]]

Apparently there is no more "testRenegotiateFail" test, so only 3 tests methods
were run.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to