[
https://issues.apache.org/jira/browse/CASSANDRA-12214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382464#comment-15382464
]
Philip Thompson commented on CASSANDRA-12214:
---------------------------------------------
So, {{remove_test_db}} is clearly not intended to be a test, but is being run
as one as a limitation of nosetests. Nose assumes every method with the string
"test" in the name, is a test, and will run it as such. So, we can rename this
method to avoid this issue.
> cqlshlib test failure: cqlshlib.test.remove_test_db
> ----------------------------------------------------
>
> Key: CASSANDRA-12214
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12214
> Project: Cassandra
> Issue Type: Bug
> Reporter: Craig Kodman
> Labels: cqlsh
>
> [~Stefania]
> http://cassci.datastax.com/job/cassandra-3.9_cqlsh_tests/lastCompletedBuild/testReport/
> Hello, these three tests are failing:
> cqlshlib.test.remove_test_db
> cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_columnfamily
> cqlshlib.test.test_cqlsh_completion.TestCqlshCompletion.test_complete_in_create_table
> Can you look at them, please? Thank you!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)