Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 96690200CF7 for ; Tue, 19 Sep 2017 11:47:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 94AB41609DD; Tue, 19 Sep 2017 09:47:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D14EE1609DB for ; Tue, 19 Sep 2017 11:47:20 +0200 (CEST) Received: (qmail 31420 invoked by uid 500); 19 Sep 2017 09:47:19 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 31409 invoked by uid 99); 19 Sep 2017 09:47:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2017 09:47:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4FF57F564B; Tue, 19 Sep 2017 09:47:19 +0000 (UTC) From: ijuma To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #3901: MINOR: Fix unresolvable address in `testUnresolvab... Content-Type: text/plain Date: Tue, 19 Sep 2017 09:47:19 +0000 (UTC) archived-at: Tue, 19 Sep 2017 09:47:21 -0000 GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3901 MINOR: Fix unresolvable address in `testUnresolvableConnectString` Before this change, the test always failed on my MacBook Pro. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka fix-unresolvable-address-in-zookeeper-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3901.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3901 ---- commit 5911eac6a25c1212d2b54664ea6ae478279bfdac Author: Ismael Juma Date: 2017-09-19T09:46:08Z MINOR: Fix unresolvable address in `testUnresolvableConnectString` Before this change, the test always failed on my MacBook Pro. ---- ---