You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "ZhaoYang (JIRA)" <ji...@apache.org> on 2017/04/30 16:45:04 UTC

[jira] [Comment Edited] (CASSANDRA-13483) test failure in snapshot_test.TestSnapshot.test_snapshot_and_restore_dropping_a_column

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

ZhaoYang edited comment on CASSANDRA-13483 at 4/30/17 4:44 PM:
---------------------------------------------------------------

This test is added in [CASSANDRA-13276|https://issues.apache.org/jira/browse/CASSANDRA-13276] depending on schema.cql feature added in [CASSANDRA-7190|https://issues.apache.org/jira/browse/CASSANDRA-7190] in 3.10.

'@since('3.11)' should fix the failed test. 


was (Author: jasonstack):
This test is added in [CASSANDRA-13276|https://issues.apache.org/jira/browse/CASSANDRA-13276] depending on schema.cql feature added in [CASSANDRA-7190|https://issues.apache.org/jira/browse/CASSANDRA-7190] in 3.10.

'@since('3.10')' should fix the failed test. 

> test failure in snapshot_test.TestSnapshot.test_snapshot_and_restore_dropping_a_column
> --------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-13483
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13483
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Michael Shuler
>            Assignee: ZhaoYang
>              Labels: dtest, test-failure
>         Attachments: node1_debug.log, node1_gc.log, node1.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_offheap_dtest/488/testReport/snapshot_test/TestSnapshot/test_snapshot_and_restore_dropping_a_column
> {code}
> Error Message
> Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['refresh', 'ks', 'cf']] exited with non-zero status; exit status: 1; 
> stdout: nodetool: Unknown keyspace/cf pair (ks.cf)
> See 'nodetool help' or 'nodetool help <command>'.
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/snapshot_test.py", line 145, in test_snapshot_and_restore_dropping_a_column
>     node1.nodetool('refresh ks cf')
>   File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", line 789, in nodetool
>     return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', '-p', str(self.jmx_port), cmd.split()])
>   File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py", line 2002, in handle_external_tool_process
>     raise ToolError(cmd_args, rc, out, err)
> {code}



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

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