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

Stefan Podkowinski commented on CASSANDRA-12041:
------------------------------------------------

I was going through some of the tests failures produced by running 
{{pylib/cqlshlib/test}} and it seems we have a little regression going on:

{{nosetests  
test_cqlsh_output.py:TestCqlshOutput.test_describe_columnfamily_output}}

{noformat}
FAIL: test_describe_columnfamily_output 
(cqlshlib.test.test_cqlsh_output.TestCqlshOutput)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/spod/git/cassandra-trunk/pylib/cqlshlib/test/test_cqlsh_output.py", line 
638, in test_describe_columnfamily_output
    self.assertSequenceEqual(output.split('\n'), table_desc3.split('\n'))
AssertionError: Sequences differ: ['', 'CREATE TABLE "CqlshTests... != ['', 
'CREATE TABLE "CqlshTests...

First differing element 20:
"    AND comment = ''"
'    AND cdc = false'
{noformat}

If I understand correctly, the cdc flag is supposed to show up in the output, 
which it is not.


> Add CDC to describe table
> -------------------------
>
>                 Key: CASSANDRA-12041
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12041
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Tools
>            Reporter: Carl Yeksigian
>            Assignee: Stefania
>            Priority: Major
>              Labels: client-impacting
>             Fix For: 3.8
>
>
> Currently we do not output CDC with {{DESCRIBE TABLE}}, but should include 
> that for 3.8+ tables.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to