Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EE2998B9 for ; Wed, 1 Feb 2012 21:21:23 +0000 (UTC) Received: (qmail 86500 invoked by uid 500); 1 Feb 2012 21:21:23 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 86422 invoked by uid 500); 1 Feb 2012 21:21:22 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 86322 invoked by uid 99); 1 Feb 2012 21:21:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 21:21:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 21:21:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CDF7C1857B3 for ; Wed, 1 Feb 2012 21:20:58 +0000 (UTC) Date: Wed, 1 Feb 2012 21:20:58 +0000 (UTC) From: "Pavel Yaskevich (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <586525621.4457.1328131258845.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <72228830.4368.1328130418911.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3827) nosetests / system tests fail MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198162#comment-13198162 ] Pavel Yaskevich commented on CASSANDRA-3827: -------------------------------------------- you can just remove key_cache_size and row_cache_size from ThriftTester.define_schema(self), we don't support them anymore. > 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 > Fix For: 1.1 > > > 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