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 3CB8C200D28 for ; Mon, 23 Oct 2017 23:24:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3B5BE1609E0; Mon, 23 Oct 2017 21:24:44 +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 790E71609DF for ; Mon, 23 Oct 2017 23:24:43 +0200 (CEST) Received: (qmail 75476 invoked by uid 500); 23 Oct 2017 21:24:42 -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 75465 invoked by uid 99); 23 Oct 2017 21:24:42 -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; Mon, 23 Oct 2017 21:24:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F73ADFB0E; Mon, 23 Oct 2017 21:24:39 +0000 (UTC) From: afine 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: <20171023212440.9F73ADFB0E@git1-us-west.apache.org> Date: Mon, 23 Oct 2017 21:24:39 +0000 (UTC) archived-at: Mon, 23 Oct 2017 21:24:44 -0000 Github user afine commented on the issue: https://github.com/apache/zookeeper/pull/402 @anmolnar my understanding was that tests for branch-3.4 do not run in parallel. Let me know if I'm incorrect. ---