[
https://issues.apache.org/jira/browse/CASSANDRA-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710472#comment-14710472
]
Yuki Morishita commented on CASSANDRA-9575:
-------------------------------------------
Sometimes, test runs with L0 SSTable, and causes problem.
Changed to use LCS major compaction once to make sure all SSTables are above
L0: https://github.com/yukim/cassandra/tree/9575
> LeveledCompactionStrategyTest.testCompactionRace and testMutateLevel
> sometimes fail
> -----------------------------------------------------------------------------------
>
> Key: CASSANDRA-9575
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9575
> Project: Cassandra
> Issue Type: Test
> Reporter: Ariel Weisberg
> Labels: test-failure
>
> testCompactionRace
> http://cassci.datastax.com/view/trunk/job/trunk_testall/136/testReport/junit/org.apache.cassandra.db.compaction/LeveledCompactionStrategyTest/testCompactionProgress/
> testMutateLevel (only seen on my desktop)
> {noformat}
> [junit] Testcase:
> testMutateLevel(org.apache.cassandra.db.compaction.LeveledCompactionStrategyTest):
> FAILED
> [junit] expected:<6> but was:<0>
> [junit] junit.framework.AssertionFailedError: expected:<6> but was:<0>
> [junit] at
> org.apache.cassandra.db.compaction.LeveledCompactionStrategyTest.testMutateLevel(LeveledCompactionStrateg
> yTest.java:281)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)