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 DB39899D3 for ; Wed, 15 Feb 2012 17:13:24 +0000 (UTC) Received: (qmail 33838 invoked by uid 500); 15 Feb 2012 17:13:24 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 33791 invoked by uid 500); 15 Feb 2012 17:13:24 -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 33783 invoked by uid 99); 15 Feb 2012 17:13:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 17:13:24 +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, 15 Feb 2012 17:13: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 B564E1B909B for ; Wed, 15 Feb 2012 17:12:59 +0000 (UTC) Date: Wed, 15 Feb 2012 17:12:59 +0000 (UTC) From: "Sylvain Lebresne (Updated) (JIRA)" To: commits@cassandra.apache.org Message-ID: <2129628126.41161.1329325979744.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1007432605.41000.1329322499904.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3917) System test failures in 1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3917: ---------------------------------------- Attachment: 3917.txt The test_get_range_slice_after_deletion failure is actually due to a typo during a merge (my fault). Attached trivial patch to fix. Somehow I'm not able to reproduce the second failure so far, I'm not sure why. > System test failures in 1.1 > --------------------------- > > Key: CASSANDRA-3917 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3917 > Project: Cassandra > Issue Type: Bug > Reporter: Sylvain Lebresne > Assignee: Sylvain Lebresne > Fix For: 1.1.0 > > Attachments: 3917.txt > > > On branch 1.1, I currently see two system test failures: > {noformat} > ====================================================================== > FAIL: system.test_thrift_server.TestMutations.test_get_range_slice_after_deletion > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest > self.test(*self.arg) > File "/home/mcmanus/Git/cassandra/test/system/test_thrift_server.py", line 1937, in test_get_range_slice_after_deletion > assert len(result[0].columns) == 1 > AssertionError > {noformat} > and > {noformat} > ====================================================================== > FAIL: Test that column ttled expires from KEYS index > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest > self.test(*self.arg) > File "/home/mcmanus/Git/cassandra/test/system/test_thrift_server.py", line 1908, in test_index_scan_expiring > assert len(result) == 1, result > AssertionError: [] > ---------------------------------------------------------------------- > {noformat} -- 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