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

Joel Knighton commented on CASSANDRA-14007:
-------------------------------------------

Yeah, the cqlshlib tests have their own script to run and don't run as part of 
dtests. See 
[https://github.com/apache/cassandra-builds/blob/f0e63d66269f9086c3a0393a24a55577d21b4454/build-scripts/cassandra-cqlsh-tests.sh]
 for an example of how to run them.

> 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
>            Assignee: Alex Petrov
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to