You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2015/01/12 19:16:34 UTC

[jira] [Created] (CASSANDRA-8598) Windows - SSTableRewriterTest fails on trunk

Joshua McKenzie created CASSANDRA-8598:
------------------------------------------

             Summary: Windows - SSTableRewriterTest fails on trunk
                 Key: CASSANDRA-8598
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8598
             Project: Cassandra
          Issue Type: Bug
            Reporter: Joshua McKenzie
            Assignee: Joshua McKenzie
            Priority: Minor
             Fix For: 3.0


Right at the top of the test, we see:

{noformat}
    [junit] ERROR 18:15:05 Unable to delete build\test\cassandra\data;0\SSTableRewriterTest\Standard1-e63f49c09a8611e4bebb8ff5e6ab1035\tmplink-la-27-big-Data.db (it will be removed on server restart; we'll also retry after GC)
    [junit] ERROR 18:15:05 Unable to delete build\test\cassandra\data;0\SSTableRewriterTest\Standard1-e63f49c09a8611e4bebb8ff5e6ab1035\tmplink-la-27-big-Data.db (it will be removed on server restart; we'll also retry after GC)
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testFileRemoval(org.apache.cassandra.io.sstable.SSTableRewriterTest):     FAILED
    [junit] expected:<0> but was:<2>
    [junit] junit.framework.AssertionFailedError: expected:<0> but was:<2>
    [junit]     at org.apache.cassandra.io.sstable.SSTableRewriterTest.assertFileCounts(SSTableRewriterTest.java:758)
    [junit]     at org.apache.cassandra.io.sstable.SSTableRewriterTest.testFileRemoval(SSTableRewriterTest.java:229)
{noformat}

The rest cascade after that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)