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 F21B7200D30 for ; Mon, 30 Oct 2017 11:57:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F0A22160BE4; Mon, 30 Oct 2017 10:57:20 +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 3AC311609EF for ; Mon, 30 Oct 2017 11:57:20 +0100 (CET) Received: (qmail 72046 invoked by uid 500); 30 Oct 2017 10:57:19 -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 72035 invoked by uid 99); 30 Oct 2017 10:57: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; Mon, 30 Oct 2017 10:57:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F2D62DFCE5; Mon, 30 Oct 2017 10:57:18 +0000 (UTC) From: anmolnar To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #409: ZOOKEEPER-2924: Refactor tests of LoadFromLogTest.java Content-Type: text/plain Message-Id: <20171030105718.F2D62DFCE5@git1-us-west.apache.org> Date: Mon, 30 Oct 2017 10:57:18 +0000 (UTC) archived-at: Mon, 30 Oct 2017 10:57:21 -0000 Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/409 Thanks @afine . I've updated the PR. ---