You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Hongchao Deng (JIRA)" <ji...@apache.org> on 2014/07/12 01:21:06 UTC

[jira] [Created] (ZOOKEEPER-1964) Fixing Flaky in ReconfigTest.java

Hongchao Deng created ZOOKEEPER-1964:
----------------------------------------

             Summary: Fixing Flaky 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


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)