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 4952B200BC2 for ; Thu, 17 Nov 2016 16:31:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4882F160B0F; Thu, 17 Nov 2016 15:31:00 +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 919F6160AD8 for ; Thu, 17 Nov 2016 16:30:59 +0100 (CET) Received: (qmail 35134 invoked by uid 500); 17 Nov 2016 15:30:58 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 35117 invoked by uid 99); 17 Nov 2016 15:30:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 15:30:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 964512C0D55 for ; Thu, 17 Nov 2016 15:30:58 +0000 (UTC) Date: Thu, 17 Nov 2016 15:30:58 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12809) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x.boolean_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 17 Nov 2016 15:31:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15673987#comment-15673987 ] Philip Thompson commented on CASSANDRA-12809: --------------------------------------------- No repro, retrying: http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/365/ > dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x.boolean_test > ----------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-12809 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12809 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: Philip Thompson > Labels: dtest, test-failure > > example failure: > http://cassci.datastax.com/job/cassandra-3.0_dtest_upgrade/64/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_2_x_To_indev_3_0_x/boolean_test > {code} > Error Message > Problem starting node node1 due to [Errno 2] No such file or directory: '/tmp/dtest-QXmxBV/test/node1/cassandra.pid' > {code} > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 2206, in boolean_test > for is_upgraded, cursor in self.do_upgrade(cursor): > File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_base.py", line 153, in do_upgrade > node1.start(wait_for_binary_proto=True, wait_other_notice=True) > File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 648, in start > self._update_pid(process) > File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 1780, in _update_pid > raise NodeError('Problem starting node %s due to %s' % (self.name, e), process) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)