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 25E1917B39 for ; Thu, 23 Oct 2014 22:45:35 +0000 (UTC) Received: (qmail 90231 invoked by uid 500); 23 Oct 2014 22:45:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 90154 invoked by uid 500); 23 Oct 2014 22:45:34 -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 89856 invoked by uid 99); 23 Oct 2014 22:45:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 22:45:34 +0000 Date: Thu, 23 Oct 2014 22:45:34 +0000 (UTC) From: "Michael Shuler (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-8181) Intermittent failure of SSTableImportTest unit test 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-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Shuler updated CASSANDRA-8181: -------------------------------------- Assignee: Benjamin Lerer > Intermittent failure of SSTableImportTest unit test > --------------------------------------------------- > > Key: CASSANDRA-8181 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8181 > Project: Cassandra > Issue Type: Bug > Components: Tests > Reporter: Michael Shuler > Assignee: Benjamin Lerer > Fix For: 2.1.2 > > Attachments: SSTableImportTest_failure_system.log.gz > > > {noformat} > [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest > [junit] Tests run: 8, Failures: 1, Errors: 0, Time elapsed: 6.712 sec > [junit] > [junit] ------------- Standard Output --------------- > [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) > [junit] Importing 2 keys... > [junit] 2 keys imported successfully. > [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) > [junit] Importing 2 keys... > [junit] 2 keys imported successfully. > [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) > [junit] Importing 2 keys... > [junit] 2 keys imported successfully. > [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) > [junit] Importing 2 keys... > [junit] Importing 2 keys... > [junit] 2 keys imported successfully. > [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) > [junit] Importing 2 keys... > [junit] 2 keys imported successfully. > [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) > [junit] Importing 1 keys... > [junit] 1 keys imported successfully. > [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) > [junit] Importing 2 keys... > [junit] 2 keys imported successfully. > [junit] ------------- ---------------- --------------- > [junit] Testcase: testImportWithAsciiKeyValidator(org.apache.cassandra.tools.SSTableImportTest): FAILED > [junit] null > [junit] junit.framework.AssertionFailedError > [junit] at org.apache.cassandra.tools.SSTableImportTest.testImportWithAsciiKeyValidator(SSTableImportTest.java:166) > [junit] > [junit] > [junit] Test org.apache.cassandra.tools.SSTableImportTest FAILED > {noformat} > testImportWithAsciiKeyValidator was added in CASSANDRA-7498 and fails as above occasionally (~10-15% of runs) in CI. Attached is the system.log from the failed test on 2.1 HEAD (8e5fdc2). -- This message was sent by Atlassian JIRA (v6.3.4#6332)