You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andrés de la Peña (JIRA)" <ji...@apache.org> on 2017/03/27 11:27:42 UTC

[jira] [Commented] (CASSANDRA-13141) test failure in cql_tests.MiscellaneousCQLTester.prepared_statement_invalidation_test

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

Andrés de la Peña commented on CASSANDRA-13141:
-----------------------------------------------

This has been already solved by [~blerer] in [this commit|https://github.com/riptano/cassandra-dtest/commit/21ba1f7ea785fe2cb6f84e1b595b8f608650ceb2].

[~vishnuprasadh], [CASSANDRA-12443|https://issues.apache.org/jira/browse/CASSANDRA-12443] removed ALTER TYPE support [from 3.0.11|https://github.com/apache/cassandra/commit/5f66d48b38d32d3768c78f16753ed4f2095bbede].

> test failure in cql_tests.MiscellaneousCQLTester.prepared_statement_invalidation_test
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-13141
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13141
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Sean McCarthy
>            Assignee: Andrés de la Peña
>              Labels: dtest, test-failure
>         Attachments: node1_debug.log, node1_gc.log, node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest/1471/testReport/cql_tests/MiscellaneousCQLTester/prepared_statement_invalidation_test
> {code}
> Error Message
> Error from server: code=2200 [Invalid query] message="Altering of types is not allowed"
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/cql_tests.py", line 633, in prepared_statement_invalidation_test
>     session.execute("ALTER TABLE test ALTER d TYPE blob")
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 1998, in execute
>     return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile, paging_state).result()
>   File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 3784, in result
>     raise self._final_exception
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)