You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ryan McGuire (JIRA)" <ji...@apache.org> on 2014/04/21 21:16:16 UTC

[jira] [Resolved] (CASSANDRA-7004) cqlsh_tests test_simple_insert dtest fails on 2.1

     [ https://issues.apache.org/jira/browse/CASSANDRA-7004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McGuire resolved CASSANDRA-7004.
-------------------------------------

    Resolution: Fixed

> 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)