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 6ED531749F for ; Wed, 9 Sep 2015 01:46:46 +0000 (UTC) Received: (qmail 34306 invoked by uid 500); 9 Sep 2015 01:46:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 34273 invoked by uid 500); 9 Sep 2015 01:46:46 -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 34262 invoked by uid 99); 9 Sep 2015 01:46:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2015 01:46:46 +0000 Date: Wed, 9 Sep 2015 01:46:46 +0000 (UTC) From: "Stefania (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-10035) Windows utest 3.0: TransactionLogsTest failure 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-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefania resolved CASSANDRA-10035. ---------------------------------- Resolution: Fixed With CASSANDRA-10109 committed, there should be no more failing transaction log utests on Windows so I am resolving this. [~JoshuaMcKenzie] please reopen it if you still see any more failing transaction log utests on Windows. > Windows utest 3.0: TransactionLogsTest failure > ---------------------------------------------- > > Key: CASSANDRA-10035 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10035 > Project: Cassandra > Issue Type: Sub-task > Reporter: Joshua McKenzie > Assignee: Stefania > Labels: Windows > Fix For: 3.0.0 rc1 > > > {noformat} > [junit] Testcase: testUntrack(org.apache.cassandra.db.lifecycle.TransactionLogsTest): FAILED > [junit] build\test\cassandra\data;0\TransactionLogsTest\mockcf4-6742d2103f8911e58737831ef068609c\ma-1-big-Data.db > [junit] junit.framework.AssertionFailedError: build\test\cassandra\data;0\TransactionLogsTest\mockcf4-6742d2103f8911e58737831ef068609c\ma-1-big-Data.db > [junit] at org.apache.cassandra.db.lifecycle.TransactionLogsTest.assertFiles(TransactionLogsTest.java:575) > [junit] at org.apache.cassandra.db.lifecycle.TransactionLogsTest.testUntrack(TransactionLogsTest.java:215) > [junit] > [junit] > [junit] Testcase: testAbortOnlyNew(org.apache.cassandra.db.lifecycle.TransactionLogsTest): FAILED > [junit] build\test\cassandra\data;0\TransactionLogsTest\mockcf5-67456a203f8911e58737831ef068609c\ma-0-big-Data.db > [junit] junit.framework.AssertionFailedError: build\test\cassandra\data;0\TransactionLogsTest\mockcf5-67456a203f8911e58737831ef068609c\ma-0-big-Data.db > [junit] at org.apache.cassandra.db.lifecycle.TransactionLogsTest.assertFiles(TransactionLogsTest.java:575) > [junit] at org.apache.cassandra.db.lifecycle.TransactionLogsTest.testAbortOnlyNew(TransactionLogsTest.java:312) > [junit] > [junit] > [junit] Testcase: testNoPrepare(org.apache.cassandra.db.lifecycle.TransactionLogsTest): FAILED > [junit] build\test\cassandra\data;0\TransactionLogsTest\mockcf13-675681203f8911e58737831ef068609c\ma-1-big-Data.db > [junit] junit.framework.AssertionFailedError: build\test\cassandra\data;0\TransactionLogsTest\mockcf13-675681203f8911e58737831ef068609c\ma-1-big-Data.db > [junit] at org.apache.cassandra.db.lifecycle.TransactionLogsTest.assertFiles(TransactionLogsTest.java:575) > [junit] at org.apache.cassandra.db.lifecycle.TransactionLogsTest.access$200(TransactionLogsTest.java:56) > [junit] at org.apache.cassandra.db.lifecycle.TransactionLogsTest$TxnTest$Transaction.assertAborted(TransactionLogsTest.java:143) > [junit] at org.apache.cassandra.db.lifecycle.TransactionLogsTest$TxnTest.assertAborted(TransactionLogsTest.java:191) > [junit] at org.apache.cassandra.utils.concurrent.AbstractTransactionalTest.testNoPrepare(AbstractTransactionalTest.java:40) > {noformat} > taking the testPrepare case as an example: looks like it never passed on Windows ([history|http://cassci.datastax.com/view/trunk/job/trunk_utest_win32/lastCompletedBuild/testReport/org.apache.cassandra.db.lifecycle/TransactionLogsTest/testPrepare/history/]) > [~stefania_alborghetti]: annotate points to you on these tests. Care to take a look at this? -- This message was sent by Atlassian JIRA (v6.3.4#6332)