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 DE1D6200B39 for ; Fri, 24 Jun 2016 18:26:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DCE4D160A58; Fri, 24 Jun 2016 16:26:17 +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 2F658160A2E for ; Fri, 24 Jun 2016 18:26:17 +0200 (CEST) Received: (qmail 34887 invoked by uid 500); 24 Jun 2016 16:26:16 -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 34867 invoked by uid 99); 24 Jun 2016 16:26:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2016 16:26:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3309C2C1F5D for ; Fri, 24 Jun 2016 16:26:16 +0000 (UTC) Date: Fri, 24 Jun 2016 16:26:16 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12024) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_copy_to_with_child_process_crashing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 24 Jun 2016 16:26:18 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-12024: ---------------------------------------- Issue Type: Test (was: Bug) > dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_copy_to_with_child_process_crashing > ---------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-12024 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12024 > Project: Cassandra > Issue Type: Test > Components: Testing > Reporter: Sean McCarthy > Assignee: Stefania > Labels: dtest > Attachments: node1.log > > > example failure: > http://cassci.datastax.com/job/cassandra-2.1_offheap_dtest/360/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_copy_to_with_child_process_crashing > Failed on CassCI build cassandra-2.1_offheap_dtest #360 > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/dtest.py", line 889, in wrapped > f(obj) > File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 2701, in test_copy_to_with_child_process_crashing > self.assertIn('some records might be missing', err) > File "/usr/lib/python2.7/unittest/case.py", line 803, in assertIn > self.fail(self._formatMessage(msg, standardMsg)) > File "/usr/lib/python2.7/unittest/case.py", line 410, in fail > raise self.failureException(msg) > Error Message > 'some records might be missing' not found in '' > {code} > Logs are attached. -- This message was sent by Atlassian JIRA (v6.3.4#6332)