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 66C50200C7E for ; Tue, 23 May 2017 11:28:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 655BE160BC3; Tue, 23 May 2017 09:28:02 +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 AC136160BB6 for ; Tue, 23 May 2017 11:28:01 +0200 (CEST) Received: (qmail 33284 invoked by uid 500); 23 May 2017 09:28:00 -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 33270 invoked by uid 99); 23 May 2017 09:28:00 -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, 23 May 2017 09:28:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 36E3FDFF2D; Tue, 23 May 2017 09:28:00 +0000 (UTC) From: asdf2014 To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #262: ZOOKEEPER-2789: Reassign `ZXID` for solving 32bit over... Content-Type: text/plain Message-Id: <20170523092800.36E3FDFF2D@git1-us-west.apache.org> Date: Tue, 23 May 2017 09:28:00 +0000 (UTC) archived-at: Tue, 23 May 2017 09:28:02 -0000 Github user asdf2014 commented on the issue: https://github.com/apache/zookeeper/pull/262 Seems like all test cases [passed](https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/738/testReport/), but some problems happened in `Zookeeper_operations` :: `testOperationsAndDisconnectConcurrently1`: ```bash [exec] BUILD FAILED [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build.xml:1298: The following error occurred while executing this line: [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build.xml:1308: exec returned: 2 [exec] [exec] Total time: 15 minutes 45 seconds [exec] /bin/kill -9 16911 [exec] [exec] Zookeeper_operations::testAsyncWatcher1 : assertion : elapsed 1044 [exec] [exec] Zookeeper_operations::testAsyncGetOperation : elapsed 4 : OK [exec] [exec] Zookeeper_operations::testOperationsAndDisconnectConcurrently1FAIL: zktest-mt [exec] [exec] ========================================== [exec] [exec] 1 of 2 tests failed [exec] [exec] Please report to user@zookeeper.apache.org [exec] [exec] ========================================== [exec] [exec] make[1]: Leaving directory `/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/test/test-cppunit' [exec] [exec] /bin/bash: line 5: 15116 Segmentation fault ZKROOT=/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/src/c/../.. CLASSPATH=$CLASSPATH:$CLOVER_HOME/lib/clover.jar ${dir}$tst [exec] [exec] make[1]: *** [check-TESTS] Error 1 [exec] [exec] make: *** [check-am] Error 2 [exec] [exec] Running contrib tests. [exec] ====================================================================== [exec] [exec] /home/jenkins/tools/ant/apache-ant-1.9.9/bin/ant -DZookeeperPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes test-contrib [exec] Buildfile: /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build.xml [exec] [exec] test-contrib: [exec] [exec] BUILD SUCCESSFUL [exec] Total time: 0 seconds ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---