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

[jira] [Created] (CASSANDRA-8657) lont-test LongCompactionsTest fails

Michael Shuler created CASSANDRA-8657:
-----------------------------------------

             Summary: lont-test LongCompactionsTest fails
                 Key: CASSANDRA-8657
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8657
             Project: Cassandra
          Issue Type: Test
          Components: Tests
            Reporter: Michael Shuler
            Priority: Minor
             Fix For: 2.1.3, 2.0.13
         Attachments: system.log

Same error on 3 of the 4 tests in this suite - failure is the same for 2.0 and 2.1 branch:
{noformat}
    [junit] Testsuite: org.apache.cassandra.db.compaction.LongCompactionsTest
    [junit] Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 27.294 sec
    [junit] 
    [junit] Testcase: testCompactionMany(org.apache.cassandra.db.compaction.LongCompactionsTest):       FAILED
    [junit] /tmp/Keyspace14247587528884809907Standard1/Keyspace1/Keyspace1-Standard1-jb-0-Data.db is not correctly marked compacting
    [junit] junit.framework.AssertionFailedError: /tmp/Keyspace14247587528884809907Standard1/Keyspace1/Keyspace1-Standard1-jb-0-Data.db is not correctly marked compacting
    [junit]     at org.apache.cassandra.db.compaction.AbstractCompactionTask.<init>(AbstractCompactionTask.java:49)
    [junit]     at org.apache.cassandra.db.compaction.CompactionTask.<init>(CompactionTask.java:47)
    [junit]     at org.apache.cassandra.db.compaction.LongCompactionsTest.testCompaction(LongCompactionsTest.java:102)
    [junit]     at org.apache.cassandra.db.compaction.LongCompactionsTest.testCompactionMany(LongCompactionsTest.java:67)
    [junit] 
    [junit] 
    [junit] Testcase: testCompactionSlim(org.apache.cassandra.db.compaction.LongCompactionsTest):       FAILED
    [junit] /tmp/Keyspace13809058557206351042Standard1/Keyspace1/Keyspace1-Standard1-jb-0-Data.db is not correctly marked compacting
    [junit] junit.framework.AssertionFailedError: /tmp/Keyspace13809058557206351042Standard1/Keyspace1/Keyspace1-Standard1-jb-0-Data.db is not correctly marked compacting
    [junit]     at org.apache.cassandra.db.compaction.AbstractCompactionTask.<init>(AbstractCompactionTask.java:49)
    [junit]     at org.apache.cassandra.db.compaction.CompactionTask.<init>(CompactionTask.java:47)
    [junit]     at org.apache.cassandra.db.compaction.LongCompactionsTest.testCompaction(LongCompactionsTest.java:102)
    [junit]     at org.apache.cassandra.db.compaction.LongCompactionsTest.testCompactionSlim(LongCompactionsTest.java:58)
    [junit] 
    [junit] 
    [junit] Testcase: testCompactionWide(org.apache.cassandra.db.compaction.LongCompactionsTest):       FAILED
    [junit] /tmp/Keyspace15276133158440321595Standard1/Keyspace1/Keyspace1-Standard1-jb-0-Data.db is not correctly marked compacting
    [junit] junit.framework.AssertionFailedError: /tmp/Keyspace15276133158440321595Standard1/Keyspace1/Keyspace1-Standard1-jb-0-Data.db is not correctly marked compacting
    [junit]     at org.apache.cassandra.db.compaction.AbstractCompactionTask.<init>(AbstractCompactionTask.java:49)
    [junit]     at org.apache.cassandra.db.compaction.CompactionTask.<init>(CompactionTask.java:47)
    [junit]     at org.apache.cassandra.db.compaction.LongCompactionsTest.testCompaction(LongCompactionsTest.java:102)
    [junit]     at org.apache.cassandra.db.compaction.LongCompactionsTest.testCompactionWide(LongCompactionsTest.java:49)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.db.compaction.LongCompactionsTest FAILED
{noformat}

A system.log is attached from the above run on 2.0 HEAD.



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