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 AE7FE200B76 for ; Mon, 15 Aug 2016 21:38:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AD547160AA7; Mon, 15 Aug 2016 19:38:22 +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 0119A160A8A for ; Mon, 15 Aug 2016 21:38:21 +0200 (CEST) Received: (qmail 85026 invoked by uid 500); 15 Aug 2016 19:38:21 -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 85002 invoked by uid 99); 15 Aug 2016 19:38:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2016 19:38:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E97842C02A4 for ; Mon, 15 Aug 2016 19:38:20 +0000 (UTC) Date: Mon, 15 Aug 2016 19:38:20 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-12069) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_copy_options_from_config_file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 15 Aug 2016 19:38:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson resolved CASSANDRA-12069. ----------------------------------------- Resolution: Cannot Reproduce Hasn't reproduced in 100 runs, closing > dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_copy_options_from_config_file > ---------------------------------------------------------------------------------------------- > > Key: CASSANDRA-12069 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12069 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: DS Test Eng > Labels: dtest > Attachments: node1.log, node1_debug.log, node1_gc.log > > > example failure: > http://cassci.datastax.com/job/trunk_offheap_dtest/262/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_copy_options_from_config_file > Failed on CassCI build trunk_offheap_dtest #262 > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 2203, in test_copy_options_from_config_file > [('header', 'True'), ('maxattempts', '9')]) > File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 2194, in do_test > check_options(out, expected_options) > File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 2176, in check_options > d = json.loads(opts) > File "/usr/lib/python2.7/json/__init__.py", line 338, in loads > return _default_decoder.decode(s) > File "/usr/lib/python2.7/json/decoder.py", line 366, in decode > obj, end = self.raw_decode(s, idx=_w(s, 0).end()) > File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode > raise ValueError("No JSON object could be decoded") > 'No JSON object could be decoded > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)