Sorry I missed to attach the error message:
INFO] Running org.apache.zookeeper.common.X509UtilTest
[ERROR] Tests run: 336, Failures: 0, Errors: 6, Skipped: 0, Time elapsed:
12.394 s <<< FAILURE! - in org.apache.zookeeper.common.X509UtilTest
[ERROR]
testClientRenegotiationFails[0](org.apache.zookeeper.common.X509UtilTest)
 Time elapsed: 0.437 s  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<javax.net.ssl.SSLHandshakeException> but
was<java.lang.AssertionError>
at
org.apache.zookeeper.common.X509UtilTest.testClientRenegotiationFails(X509UtilTest.java:579)

[ERROR]
testClientRenegotiationFails[1](org.apache.zookeeper.common.X509UtilTest)
 Time elapsed: 0.065 s  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<javax.net.ssl.SSLHandshakeException> but
was<java.lang.AssertionError>
at
org.apache.zookeeper.common.X509UtilTest.testClientRenegotiationFails(X509UtilTest.java:579)

[ERROR]
testClientRenegotiationFails[2](org.apache.zookeeper.common.X509UtilTest)
 Time elapsed: 0.071 s  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<javax.net.ssl.SSLHandshakeException> but
was<java.lang.AssertionError>
at
org.apache.zookeeper.common.X509UtilTest.testClientRenegotiationFails(X509UtilTest.java:579)

[ERROR]
testClientRenegotiationFails[4](org.apache.zookeeper.common.X509UtilTest)
 Time elapsed: 0.052 s  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<javax.net.ssl.SSLHandshakeException> but
was<java.lang.AssertionError>
at
org.apache.zookeeper.common.X509UtilTest.testClientRenegotiationFails(X509UtilTest.java:579)

[ERROR]
testClientRenegotiationFails[5](org.apache.zookeeper.common.X509UtilTest)
 Time elapsed: 0.058 s  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<javax.net.ssl.SSLHandshakeException> but
was<java.lang.AssertionError>
at
org.apache.zookeeper.common.X509UtilTest.testClientRenegotiationFails(X509UtilTest.java:579)

[ERROR]
testClientRenegotiationFails[7](org.apache.zookeeper.common.X509UtilTest)
 Time elapsed: 0.052 s  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<javax.net.ssl.SSLHandshakeException> but
was<java.lang.AssertionError>
at
org.apache.zookeeper.common.X509UtilTest.testClientRenegotiationFails(X509UtilTest.java:579)


It is related to some combinations of the parametrized test
I will debug as soon as I have cycles

Enrico

Il giorno mar 10 set 2019 alle ore 17:32 Andor Molnar <an...@apache.org> ha
scritto:

> What is the error message exactly?
>
> I don’t see this test failing on any of 3.5 builds here:
> https://builds.apache.org/view/S-Z/view/ZooKeeper/
>
> Neither in the flaky test report:
>
> https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper-Find-Flaky-Tests/lastSuccessfulBuild/artifact/report.html
>
> Andor
>
>
>
> > On 2019. Sep 9., at 21:54, Enrico Olivelli <eolive...@gmail.com> wrote:
> >
> > Hi,
> > I am testing on branch-3.5.6, I see that this test is very flaky on JDK8
> > (1.8.0_222 on Linux)
> >
> > X509UtilTest.testClientRenegotiationFails
> >
> > I see the test passing consistently on JDK12
> >
> > does anyone ever see this kind of problem ?
> >
> > I am investigating, but any help will be very appreciated
> >
> > Enrico
>
>

Reply via email to