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 D291D189F8 for ; Fri, 20 Nov 2015 16:52:11 +0000 (UTC) Received: (qmail 78186 invoked by uid 500); 20 Nov 2015 16:52:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 78121 invoked by uid 500); 20 Nov 2015 16:52:11 -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 77924 invoked by uid 99); 20 Nov 2015 16:52:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2015 16:52:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 569BF2C1F65 for ; Fri, 20 Nov 2015 16:52:11 +0000 (UTC) Date: Fri, 20 Nov 2015 16:52:11 +0000 (UTC) From: "Ariel Weisberg (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9355) RecoveryManagerTruncateTest fails in test-compression 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-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018316#comment-15018316 ] Ariel Weisberg commented on CASSANDRA-9355: ------------------------------------------- We are going to go with v2 (the one you linked). Also only merging this to 2.1 as it appears to pass in later versions. > RecoveryManagerTruncateTest fails in test-compression > ----------------------------------------------------- > > Key: CASSANDRA-9355 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9355 > Project: Cassandra > Issue Type: Bug > Components: Testing > Environment: 2.1 commit: ac70e37 > Reporter: Michael Shuler > Assignee: Ariel Weisberg > Fix For: 2.1.x > > Attachments: system.log > > > {noformat} > $ ant test-compression -Dtest.name=RecoveryManagerTruncateTest > ... > [junit] Testsuite: org.apache.cassandra.db.RecoveryManagerTruncateTest > [junit] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.221 sec > [junit] > [junit] Testcase: testTruncatePointInTimeReplayList(org.apache.cassandra.db.RecoveryManagerTruncateTest): FAILED > [junit] > [junit] junit.framework.AssertionFailedError: > [junit] at org.apache.cassandra.db.RecoveryManagerTruncateTest.testTruncatePointInTimeReplayList(RecoveryManagerTruncateTest.java:159) > [junit] > [junit] > [junit] Test org.apache.cassandra.db.RecoveryManagerTruncateTest FAILED > {noformat} > system.log from just this failed test attached. -- This message was sent by Atlassian JIRA (v6.3.4#6332)