You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sean McCarthy (JIRA)" <ji...@apache.org> on 2017/01/20 15:22:26 UTC

[jira] [Created] (CASSANDRA-13140) test failure in cqlsh_tests.cqlsh_tests.CqlshSmokeTest.test_alter_table

Sean McCarthy created CASSANDRA-13140:
-----------------------------------------

             Summary: test failure in cqlsh_tests.cqlsh_tests.CqlshSmokeTest.test_alter_table
                 Key: CASSANDRA-13140
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13140
             Project: Cassandra
          Issue Type: Bug
            Reporter: Sean McCarthy
         Attachments: node1_debug.log, node1_gc.log, node1.log

example failure:

http://cassci.datastax.com/job/trunk_dtest/1471/testReport/cqlsh_tests.cqlsh_tests/CqlshSmokeTest/test_alter_table

{code}
Error Message

[u'test', u'i', u'ascii'] unexpectedly found in [[u'test', u'key', u'text'], [u'test', u'i', u'ascii']]
{code}{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 1839, in test_alter_table
    self.assertNotIn(old_column_spec, new_columns)
  File "/usr/lib/python2.7/unittest/case.py", line 810, in assertNotIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)
{code}



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