You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2016/07/05 20:20:11 UTC

[jira] [Updated] (CASSANDRA-12058) dtest failure in cqlsh_tests.cqlsh_tests.TestCqlsh.test_describe

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

Philip Thompson updated CASSANDRA-12058:
----------------------------------------
    Assignee: Joel Knighton  (was: DS Test Eng)

> dtest failure in cqlsh_tests.cqlsh_tests.TestCqlsh.test_describe
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-12058
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12058
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: Joel Knighton
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest/1283/testReport/cqlsh_tests.cqlsh_tests/TestCqlsh/test_describe
> Failed on CassCI build trunk_dtest #1283
> Logs are attached.
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 726, in test_describe
>     self.execute(cql="DESCRIBE test.users2", expected_err="'users2' not found in keyspace 'test'")
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 986, in execute
>     self.check_response(err, expected_err)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 999, in check_response
>     self.assertEqual(expected_lines, lines)
>   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 742, in assertListEqual
>     self.assertSequenceEqual(list1, list2, msg, seq_type=list)
>   File "/usr/lib/python2.7/unittest/case.py", line 724, in assertSequenceEqual
>     self.fail(msg)
>   File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
>     raise self.failureException(msg)
> {code}
> {code}
> Error Message
> Lists differ: ["'users2' not found in keyspa... != ["error: ('Unable to complete ...
> First differing element 0:
> 'users2' not found in keyspace 'test'
> error: ('Unable to complete the operation against any hosts', {})
> - ["'users2' not found in keyspace 'test'"]
> + ["error: ('Unable to complete the operation against any hosts', {})"]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)