mirror of https://github.com/apache/cassandra
Fix CompactionHistorySystemTableUpgradeTest test expectation for legacy compaction history
patch by Arvind Kandpal; reviewed by Dmitry Konstantinov, Maxwell Guo for CASSANDRA-21151
This commit is contained in:
parent
d1b4ddc32a
commit
4184e759de
|
|
@ -67,7 +67,7 @@ public class CompactionHistorySystemTableUpgradeTest extends UpgradeTestBase
|
|||
ToolRunner.ToolResult toolHistory = invokeNodetoolJvmDtest(cluster.get(1), "compactionhistory");
|
||||
toolHistory.assertOnCleanExit();
|
||||
|
||||
assertCompactionHistoryOutPut(toolHistory, KEYSPACE, "tb", ImmutableMap.of(), "UNKNOWN");
|
||||
assertCompactionHistoryOutPut(toolHistory, KEYSPACE, "tb", ImmutableMap.of(), "{}");
|
||||
|
||||
// force compact
|
||||
cluster.stream().forEach(node -> node.nodetool("compact"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue