Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6C1E11FA4 for ; Tue, 8 Apr 2014 22:51:26 +0000 (UTC) Received: (qmail 21801 invoked by uid 500); 8 Apr 2014 22:51:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 21497 invoked by uid 500); 8 Apr 2014 22:51:17 -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 21433 invoked by uid 99); 8 Apr 2014 22:51:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2014 22:51:15 +0000 Date: Tue, 8 Apr 2014 22:51:15 +0000 (UTC) From: "Mikhail Stepura (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-7004) cqlsh_tests test_simple_insert dtest fails on 2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Stepura updated CASSANDRA-7004: --------------------------------------- Assignee: Ryan McGuire (was: Mikhail Stepura) > cqlsh_tests test_simple_insert dtest fails on 2.1 > ------------------------------------------------- > > Key: CASSANDRA-7004 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7004 > Project: Cassandra > Issue Type: Test > Components: Tests > Reporter: Michael Shuler > Assignee: Ryan McGuire > > {noformat} > $ PRINT_DEBUG=true nosetests --nocapture --nologcapture --verbosity=3 cqlsh_tests.py:TestCqlsh.test_simple_insert > nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$'] > test_simple_insert (cqlsh_tests.TestCqlsh) ... cluster ccm directory: /tmp/dtest-aCgjRr > (EE) Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, 'ECONNREFUSED')}) > ERROR > ====================================================================== > ERROR: test_simple_insert (cqlsh_tests.TestCqlsh) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/mshuler/git/cassandra-dtest/cqlsh_tests.py", line 34, in test_simple_insert > cursor.execute("select id, value from simple.simple"); > File "/home/mshuler/git/cassandra-dbapi2/cql/cursor.py", line 80, in execute > response = self.get_response(prepared_q, cl) > File "/home/mshuler/git/cassandra-dbapi2/cql/thrifteries.py", line 78, in get_response > return self.handle_cql_execution_errors(doquery, compressed_q, compress, cl) > File "/home/mshuler/git/cassandra-dbapi2/cql/thrifteries.py", line 100, in handle_cql_execution_errors > raise cql.ProgrammingError("Bad Request: %s" % ire.why) > ProgrammingError: Bad Request: Keyspace simple does not exist > ---------------------------------------------------------------------- > Ran 1 test in 4.278s > FAILED (errors=1) > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)