FYI: https://issues.apache.org/jira/browse/ZOOKEEPER-3651

On Mon, Dec 16, 2019 at 11:23 AM Szalay-Bekő Máté <
szalay.beko.m...@gmail.com> wrote:

> I see that this test is flaky on the Apache Jenkins as well. It fails from
> time to time... (e.g.
> https://builds.apache.org/view/ZK%20All/job/zookeeper-master-maven/557/org.apache.zookeeper$zookeeper/testReport/org.apache.zookeeper.server/NettyServerCnxnFactoryTest/testOutstandingHandshakeLimit/
> )
>
> I will create a Jira ticket and take a look. Or if someone is already
> working on it, then please let me know...
>
> Cheers,
> Mate
>
> On Sat, Dec 14, 2019 at 8:24 PM Enrico Olivelli <eolive...@gmail.com>
> wrote:
>
>> Hey guys,
>> I was going to create branch-3.6 but I see that one test is failing
>> consistently on my Linux laptop (Fedora 30) with JDK8 and JDK13.
>>
>> Maybe the problem is related to the fact that I only have 2 core (as I can
>> see in /proc/cpuinfo).
>>
>> In the exact point that the test is failing there is a 3 seconds timeout,
>> but if I set it to 10 seconds that the test fails the last assertion in
>> the
>> test case.
>>
>> Can anyone take a look at it?
>> Below the error
>>
>> As tests are not failing on CI I confident that it should be a problem on
>> my local machine, but, you know, any problem seen in tests has very good
>> chances to be a real problem in production.
>>
>> I will move forward and create the branch-3.6, we are not ready for a
>> release candidate yet (a few patches are still waiting for review).
>>
>> Enrico
>>
>> INFO] -------------------------------------------------------
>> [INFO]  T E S T S
>> [INFO] -------------------------------------------------------
>> [INFO] Running org.apache.zookeeper.server.NettyServerCnxnFactoryTest
>> [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
>> 7.339 s <<< FAILURE! - in
>> org.apache.zookeeper.server.NettyServerCnxnFactoryTest
>> [ERROR]
>>
>> testOutstandingHandshakeLimit(org.apache.zookeeper.server.NettyServerCnxnFactoryTest)
>>  Time elapsed: 6.569 s  <<< FAILURE!
>> java.lang.AssertionError:
>>
>> Expected: is <true>
>>      but: was <false>
>> at
>>
>> org.apache.zookeeper.server.NettyServerCnxnFactoryTest.testOutstandingHandshakeLimit(NettyServerCnxnFactoryTest.java:142)
>>
>

Reply via email to