You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksandr Sorokoumov (JIRA)" <ji...@apache.org> on 2017/02/04 14:08:51 UTC

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

    [ https://issues.apache.org/jira/browse/CASSANDRA-13140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852799#comment-15852799 ] 

Aleksandr Sorokoumov commented on CASSANDRA-13140:
--------------------------------------------------

This test failed because ALTER TYPE is not longer supported (CASSANDRA-12443). With https://github.com/riptano/cassandra-dtest/pull/1427 being merged, the test is no longer executed for Cassandra older than version 2.2.

> 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
>              Labels: dtest, test-failure
>         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.15#6346)