You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org> on 2012/02/02 00:03:53 UTC

[jira] [Updated] (CASSANDRA-3827) nosetests / system tests fail

     [ https://issues.apache.org/jira/browse/CASSANDRA-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3827:
---------------------------------------

    Attachment: CASSANDRA-3827.patch

removed {row,key}_cache_size as deprecated from ThriftTester.define_schema(self) and fixed removed FilterClause to KeyRange for index tests. Now all tests pass for me:

{noformat}
PYTHONPATH=test nosetests --tests=system.test_thrift_server
............................................................................................
----------------------------------------------------------------------
Ran 92 tests in 626.972s

OK
{noformat}
                
> nosetests / system tests fail
> -----------------------------
>
>                 Key: CASSANDRA-3827
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3827
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.1
>            Reporter: Michael Allen
>            Assignee: Pavel Yaskevich
>             Fix For: 1.1
>
>         Attachments: CASSANDRA-3827.patch
>
>
> CQL Driver version used: 1.0.8.
> {code}
> EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
> ======================================================================
> ERROR: system.test_thrift_server.TestMutations.test_bad_batch_calls
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 381, in setUp
>     try_run(self.inst, ('setup', 'setUp'))
>   File "/usr/local/lib/python2.7/site-packages/nose/util.py", line 478, in try_run
>     return func()
>   File "/var/lib/jenkins/jobs/Cassandra/workspace/test/system/__init__.py", line 113, in setUp
>     self.define_schema()
>   File "/var/lib/jenkins/jobs/Cassandra/workspace/test/system/__init__.py", line 158, in define_schema
>     Cassandra.CfDef('Keyspace1', 'Super1', column_type='Super', subcomparator_type='LongType', row_cache_size=1000, key_cache_size=0),
> TypeError: __init__() got an unexpected keyword argument 'key_cache_size'
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira