Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 54989 invoked from network); 6 Apr 2010 16:19:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Apr 2010 16:19:58 -0000 Received: (qmail 27395 invoked by uid 500); 6 Apr 2010 16:19:57 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 27368 invoked by uid 500); 6 Apr 2010 16:19:57 -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 27352 invoked by uid 99); 6 Apr 2010 16:19:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 16:19:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 16:19:54 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8C1D9234C4AB for ; Tue, 6 Apr 2010 16:19:33 +0000 (UTC) Message-ID: <1895339525.17231270570773573.JavaMail.jira@brutus.apache.org> Date: Tue, 6 Apr 2010 16:19:33 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-944) system.test_thrift_server.TestMutations.test_batch_mutate_standard_columns appears to be non deterministic In-Reply-To: <1885628514.650571270177347121.JavaMail.jira@brutus.apache.org> 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-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-944: --------------------------------------- Attachment: (was: 944.patch) > system.test_thrift_server.TestMutations.test_batch_mutate_standard_columns appears to be non deterministic > ---------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-944 > URL: https://issues.apache.org/jira/browse/CASSANDRA-944 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.6 > Environment: xubuntu 9.10 > Linux mdennis 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010 i686 GNU/Linux > Reporter: Matthew F. Dennis > Assignee: Brandon Williams > Attachments: 944.patch > > > system.test_thrift_server.TestMutations.test_batch_mutate_standard_columns appears to be non deterministic. The first time I ran the thrift tests after a clean checkout it failed. However, it did not fail the ~10 times after that. > {code} > mdennis@mdennis:~/c/cassandra$ nosetests test/system/test_thrift_server.py > ...........E.................................... > ====================================================================== > ERROR: system.test_thrift_server.TestMutations.test_batch_mutate_standard_columns > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/pymodules/python2.6/nose/case.py", line 183, in runTest > self.test(*self.arg) > File "/home/mdennis/c/cassandra/test/system/test_thrift_server.py", line 318, in test_batch_mutate_standard_columns > _assert_column('Keyspace1', column_family, key, 'c1', 'value1') > File "/home/mdennis/c/cassandra/test/system/test_thrift_server.py", line 43, in _assert_column > raise Exception('expected %s:%s:%s:%s:%s, but was not present' % (keyspace, column_family, key, column, value) ) > Exception: expected Keyspace1:Standard1:key_27:c1:value1, but was not present > ---------------------------------------------------------------------- > Ran 48 tests in 184.700s > FAILED (errors=1) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.