You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joel Knighton (JIRA)" <ji...@apache.org> on 2017/11/09 21:56:00 UTC

[jira] [Created] (CASSANDRA-14007) cqlshlib tests fail due to compact table

Joel Knighton created CASSANDRA-14007:
-----------------------------------------

             Summary: cqlshlib tests fail due to compact table
                 Key: CASSANDRA-14007
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14007
             Project: Cassandra
          Issue Type: Bug
          Components: Testing
            Reporter: Joel Knighton


The pylib/cqlshlib tests fail on initialization with the error {{SyntaxException: <Error from server: code=2000 \[Syntax error in CQL query\] message="Compact tables are not allowed in Cassandra starting with 4.0 version.">}}. 

The table {{dynamic_columns}} is created {{WITH COMPACT STORAGE}}. Since [CASSANDRA-10857], this is no longer supported. It looks like dropping the COMPACT STORAGE modifier is enough for the tests to run, but I haven't looked if we should instead remove the table and all related tests entirely, or if there's an interesting code path covered by this that we should test in a different way now. [~ifesdjeen] might know at a glance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org