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 982C5200BB1 for ; Thu, 20 Oct 2016 00:41:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 96EBE160AEA; Wed, 19 Oct 2016 22:41: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 EAFE6160AFB for ; Thu, 20 Oct 2016 00:40:59 +0200 (CEST) Received: (qmail 42316 invoked by uid 500); 19 Oct 2016 22:40:59 -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 42056 invoked by uid 99); 19 Oct 2016 22:40:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2016 22:40:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 94FEF2C4C82 for ; Wed, 19 Oct 2016 22:40:58 +0000 (UTC) Date: Wed, 19 Oct 2016 22:40:58 +0000 (UTC) From: "Tyler Hobbs (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12315) dtest failure in cqlsh_tests.cqlsh_tests.TestCqlsh.test_client_warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 19 Oct 2016 22:41:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-12315: ------------------------------------ Component/s: Testing > dtest failure in cqlsh_tests.cqlsh_tests.TestCqlsh.test_client_warnings > ----------------------------------------------------------------------- > > Key: CASSANDRA-12315 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12315 > Project: Cassandra > Issue Type: Bug > Components: Testing > Reporter: Sean McCarthy > Assignee: Tyler Hobbs > Labels: cqlsh, dtest > Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log > > > example failure: > http://cassci.datastax.com/job/trunk_dtest/1317/testReport/cqlsh_tests.cqlsh_tests/TestCqlsh/test_client_warnings > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/tools.py", line 290, in wrapped > f(obj) > File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 1424, in test_client_warnings > self.assertEqual(len(stderr), 0, "Failed to execute cqlsh: {}".format(stderr)) > File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual > assertion_func(first, second, msg=msg) > File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual > raise self.failureException(msg) > 'Failed to execute cqlsh: :3:OperationTimedOut: errors={\'127.0.0.1\': \'Client request timeout. See Session.execute[_async](timeout)\'}, last_host=127.0.0.1\n:5:InvalidRequest: Error from server: code=2200 [Invalid query] message="Keyspace \'client_warnings\' does not exist"\n:7:InvalidRequest: Error from server: code=2200 [Invalid query] message="No keyspace has been specified. USE a keyspace, or explicitly specify keyspace.tablename" > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)