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 40D7818E1D for ; Fri, 5 Feb 2016 06:57:40 +0000 (UTC) Received: (qmail 25405 invoked by uid 500); 5 Feb 2016 06:57:40 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 25365 invoked by uid 500); 5 Feb 2016 06:57:40 -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 25343 invoked by uid 99); 5 Feb 2016 06:57:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 06:57:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EC42A2C1F58 for ; Fri, 5 Feb 2016 06:57:39 +0000 (UTC) Date: Fri, 5 Feb 2016 06:57:39 +0000 (UTC) From: "Cathy Daw (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-10639) Commitlog compression test fails on Windows 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-10639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cathy Daw updated CASSANDRA-10639: ---------------------------------- Labels: dtest (was: ) > Commitlog compression test fails on Windows > ------------------------------------------- > > Key: CASSANDRA-10639 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10639 > Project: Cassandra > Issue Type: Sub-task > Components: Local Write-Read Paths > Reporter: Jim Witschey > Assignee: Joshua McKenzie > Labels: dtest > Fix For: 3.0.x > > > {{commitlog_test.py:TestCommitLog.test_compression_error}} fails on Windows under CassCI. It fails in a number of different ways. Here, it looks like reading the CRC fails: > http://cassci.datastax.com/view/win32/job/cassandra-3.0_dtest_win32/100/testReport/commitlog_test/TestCommitLog/test_compression_error/ > Here, I believe it fails when trying to validate the CRC header: > http://cassci.datastax.com/view/win32/job/cassandra-3.0_dtest_win32/99/testReport/commitlog_test/TestCommitLog/test_compression_error/ > https://github.com/riptano/cassandra-dtest/blob/master/commitlog_test.py#L497 > Here's another failure where the header has a {{Q}} written in it instead of a closing brace: > http://cassci.datastax.com/view/win32/job/cassandra-3.0_dtest_win32/91/testReport/junit/commitlog_test/TestCommitLog/test_compression_error/ > https://github.com/riptano/cassandra-dtest/blob/master/commitlog_test.py#L513 > [~bdeggleston] Do I remember correctly that you wrote this test? Can you take this on? -- This message was sent by Atlassian JIRA (v6.3.4#6332)