You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Mate Szalay-Beko (Jira)" <ji...@apache.org> on 2020/10/24 13:30:00 UTC

[jira] [Resolved] (ZOOKEEPER-3981) Flaky test MultipleAddressTest::testGetValidAddressWithNotValid

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

Mate Szalay-Beko resolved ZOOKEEPER-3981.
-----------------------------------------
    Fix Version/s: 3.6.3
                   3.7.0
       Resolution: Fixed

Issue resolved by pull request 1511
[https://github.com/apache/zookeeper/pull/1511]

> Flaky test MultipleAddressTest::testGetValidAddressWithNotValid
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-3981
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3981
>             Project: ZooKeeper
>          Issue Type: Task
>          Components: tests
>            Reporter: Michael Han
>            Assignee: Michael Han
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.7.0, 3.6.3
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Problem:
> Test MultipleAddressTest::testGetValidAddressWithNotValid might fail deterministically when the address it's using, 10.0.0.1, is reachable, as per https://tools.ietf.org/html/rfc5735 10.0.0.1 might be allocatable to private network usage. In fact, the router address of my ISP is assigned this IP, leading to this test always failing for me. 
> Solution:
> Replace the address with 240.0.0.0, which is reserved for future use and less likely to be reachable.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)