[
https://issues.apache.org/jira/browse/ZOOKEEPER-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flavio Junqueira resolved ZOOKEEPER-1964.
-----------------------------------------
Resolution: Fixed
+1, thanks, [~hongchaod]. Committed revision 1610468.
> Fix Flaky Test in ReconfigTest.java
> -----------------------------------
>
> Key: ZOOKEEPER-1964
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1964
> Project: ZooKeeper
> Issue Type: Bug
> Reporter: Hongchao Deng
> Assignee: Hongchao Deng
> Priority: Minor
> Attachments: ZOOKEEPER-1964.patch, ZOOKEEPER-1964.patch
>
>
> There is flaky tests in ReconfigTest showing something like:
> {code}
> junit.framework.AssertionFailedError: Mismatches ElectionAddress!
> expected:<[127.0.0.1]:12369> but was:<[localhost]:12369>
> at
> org.apache.zookeeper.test.ReconfigTest.assertRemotePeerMXBeanAttributes(ReconfigTest.java:967)
> at
> org.apache.zookeeper.test.ReconfigTest.testJMXBeanAfterRemoveAddOne(ReconfigTest.java:809)
> at
> org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)
> {code}
> Basically, the problem is that there might be inconsistency between numerical
> ip and literal ip. Converting both sides to one (numerical IP) will fix it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)