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

Michael Allen commented on CASSANDRA-3827:
------------------------------------------

It still fails for me with the patch applied, though I'm getting a different 
error now:

{code}
PYTHONPATH=/Users/mallen/cql-1.0.8:/Users/mallen/git-repos/cassandra/interface/thrift/gen-py/cassandra
 nosetests -x test/system
.E
======================================================================
ERROR: system.test_thrift_server.TestMutations.test_bad_calls
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/nose/case.py", line 187, in runTest
    self.test(*self.arg)
  File 
"/Users/mallen/dstax/repos/git/cassandra/test/system/test_thrift_server.py", 
line 710, in test_bad_calls
    _expect_exception(lambda: get_range_slice(client, ColumnParent('S'), 
SlicePredicate(column_names=['', '']), '', '', 5, ConsistencyLevel.ONE), 
InvalidRequestException)
  File 
"/Users/mallen/dstax/repos/git/cassandra/test/system/test_thrift_server.py", 
line 207, in _expect_exception
    r = fn()
  File 
"/Users/mallen/dstax/repos/git/cassandra/test/system/test_thrift_server.py", 
line 710, in <lambda>
    _expect_exception(lambda: get_range_slice(client, ColumnParent('S'), 
SlicePredicate(column_names=['', '']), '', '', 5, ConsistencyLevel.ONE), 
InvalidRequestException)
  File 
"/Users/mallen/dstax/repos/git/cassandra/test/system/test_thrift_server.py", 
line 217, in get_range_slice
    kr = KeyRange(start, end, count=count, row_filter=row_filter)
TypeError: __init__() got an unexpected keyword argument 'row_filter'

----------------------------------------------------------------------
Ran 2 tests in 7.296s

FAILED (errors=1)
{code}

                
> 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

        

Reply via email to