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 BA045200C45 for ; Tue, 14 Mar 2017 06:33:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B8A2C160B85; Tue, 14 Mar 2017 05:33:46 +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 0E356160B5D for ; Tue, 14 Mar 2017 06:33:45 +0100 (CET) Received: (qmail 12088 invoked by uid 500); 14 Mar 2017 05:33:45 -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 12076 invoked by uid 99); 14 Mar 2017 05:33:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2017 05:33:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 75FD518231E for ; Tue, 14 Mar 2017 05:33:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.452 X-Spam-Level: * X-Spam-Status: No, score=1.452 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Msve87oNpxow for ; Tue, 14 Mar 2017 05:33:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 622E260FE2 for ; Tue, 14 Mar 2017 05:33:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4004FE04FE for ; Tue, 14 Mar 2017 05:33:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A5A37243AA for ; Tue, 14 Mar 2017 05:33:41 +0000 (UTC) Date: Tue, 14 Mar 2017 05:33:41 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-2718) org.apache.zookeeper.server.quorum.StandaloneDisabledTest fails intermittently MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Mar 2017 05:33:46 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923603#comment-15923603 ] ASF GitHub Bot commented on ZOOKEEPER-2718: ------------------------------------------- Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/190#discussion_r105830547 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/StandaloneDisabledTest.java --- @@ -102,6 +102,8 @@ public void startSingleServerTest() throws Exception { Assert.fail("Should have been BadArgumentsException!"); } + // Kill server 1 to avoid it interferences with FLE of the quorum {2, 3, 4}. + shutDownServer(1); --- End diff -- oops, fixed. > org.apache.zookeeper.server.quorum.StandaloneDisabledTest fails intermittently > ------------------------------------------------------------------------------ > > Key: ZOOKEEPER-2718 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2718 > Project: ZooKeeper > Issue Type: Test > Components: quorum, server, tests > Affects Versions: 3.6.0 > Environment: Ubuntu:14.04 > Reporter: Sneha Kanekar > Assignee: Michael Han > Labels: ppc64le, x86 > > The test-suite org.apache.zookeeper.server.quorum.StandaloneDisabledTest fails intermittently with a timeout error. It fails on x86 and ppc64le architechture. The standard output is as follows: > {code:borderStyle=solid} > Testsuite: org.apache.zookeeper.server.quorum.StandaloneDisabledTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec > Testcase: startSingleServerTest took 0.001 sec > Caused an ERROR > Timeout occurred. Please note the time in the report does not reflect the time until the timeout. > junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout. > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)