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 B001D200D31 for ; Sat, 21 Oct 2017 06:28:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AD7E5160BED; Sat, 21 Oct 2017 04:28:52 +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 EAA10160BCB for ; Sat, 21 Oct 2017 06:28:51 +0200 (CEST) Received: (qmail 62653 invoked by uid 500); 21 Oct 2017 04:28:50 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 62642 invoked by uid 99); 21 Oct 2017 04:28:50 -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; Sat, 21 Oct 2017 04:28:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 455F2DFBD7; Sat, 21 Oct 2017 04:28:48 +0000 (UTC) From: anmolnar To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #402: ZOOKEEPER-2922: Flaky Test fix: org.apache.zookeeper.t... Content-Type: text/plain Message-Id: <20171021042849.455F2DFBD7@git1-us-west.apache.org> Date: Sat, 21 Oct 2017 04:28:48 +0000 (UTC) archived-at: Sat, 21 Oct 2017 04:28:52 -0000 Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/402 I got your point @afine, however I'm still under the impression that the root cause is that tests are running in parallel and multiple instances of Zookeeper are trying to run. I've seen "Address already in use exception" as an example of this. I also have a feeling that in some rare cases tests are trying to use the same instance in parallel and modifying each other's state. ---