[
https://issues.apache.org/jira/browse/ZOOKEEPER-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16917539#comment-16917539
]
Norbert Kalmar edited comment on ZOOKEEPER-3023 at 8/28/19 11:41 AM:
---------------------------------------------------------------------
Hi [~maoling], do you have a fix for this? I was also working on this as we had
issues with this, pretty flaky for us.
If you don't have a fix I'll push my patch if it's OK with you?
edit: we are running 3.4.x but same problems exist on master and 3.5 as well.
Edit: nevermind, mine is a different error in the same test. I'll probably
create another jira.
was (Author: nkalmar):
Hi [~maoling], do you have a fix for this? I was also working on this as we had
issues with this, pretty flaky for us.
If you don't have a fix I'll push my patch if it's OK with you?
edit: we are running 3.4.x but same problems exist on master and 3.5 as well.
> Flaky test:
> org.apache.zookeeper.server.quorum.Zab1_0Test.testNormalFollowerRunWithDiff
> ---------------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-3023
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3023
> Project: ZooKeeper
> Issue Type: Sub-task
> Affects Versions: 3.6.0, 3.5.5, 3.4.14
> Reporter: Pravin Dsilva
> Assignee: maoling
> Priority: Major
>
> Getting the following error on master branch:
> Error Message
> {code:java}
> expected:<4294967298> but was:<0>{code}
> Stacktrace
> {code:java}
> junit.framework.AssertionFailedError: expected:<4294967298> but was:<0> at
> org.apache.zookeeper.server.quorum.Zab1_0Test$5.converseWithFollower(Zab1_0Test.java:876)
> at
> org.apache.zookeeper.server.quorum.Zab1_0Test.testFollowerConversation(Zab1_0Test.java:523)
> at
> org.apache.zookeeper.server.quorum.Zab1_0Test.testNormalFollowerRunWithDiff(Zab1_0Test.java:791)
> at
> org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79){code}
> Flaky
> test:https://builds.apache.org/job/ZooKeeper-trunk-java10/141/testReport/junit/org.apache.zookeeper.server.quorum/Zab1_0Test/testNormalFollowerRunWithDiff/
--
This message was sent by Atlassian Jira
(v8.3.2#803003)