You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Thawan Kooburat (JIRA)" <ji...@apache.org> on 2013/10/24 20:56:03 UTC

[jira] [Resolved] (ZOOKEEPER-1793) Zab1_0Test.testNormalObserverRun() is flaky

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thawan Kooburat resolved ZOOKEEPER-1793.
----------------------------------------

    Resolution: Duplicate

Fixed by ZOOKEEPER-1798

> Zab1_0Test.testNormalObserverRun() is flaky
> -------------------------------------------
>
>                 Key: ZOOKEEPER-1793
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1793
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: quorum, server, tests
>            Reporter: Alexander Shraer
>
> not sure if this is due to a known issue or not.
> // check and make sure the change is persisted
> zkDb2 = new ZKDatabase(new FileTxnSnapLog(logDir, snapDir));
> lastZxid = zkDb2.loadDataBase();
> Assert.assertEquals("data2", new String(zkDb2.getData("/foo", stat, null)));
> this assert periodically (once every 3 runs of the test or so) fails saying that  getData returns data1 and not data2.



--
This message was sent by Atlassian JIRA
(v6.1#6144)