Skip to content

Commit 748ef86

Browse files
committed
Fix tests
1 parent 6f737df commit 748ef86

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/resources/nodetool/help/nodetool

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ The most commonly used nodetool commands are:
155155
tablestats Print statistics on tables
156156
toppartitions Sample and print the most active partitions
157157
tpstats Print usage statistics of thread pools
158+
traincompressiondictionary Manually trigger compression dictionary training for a table. If no SSTables are available, the memtable will be flushed first.
158159
truncatehints Truncate all hints on the local node, or truncate hints for the endpoint(s) specified.
159160
updatecidrgroup Insert/Update a cidr group
160161
upgradesstables Rewrite sstables (for the requested tables) that are not on the current version (thus upgrading them to said current version)

test/unit/org/apache/cassandra/utils/StorageCompatibilityModeTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public void testBtiFormatAndStorageCompatibilityMode()
4040
{
4141
case UPGRADING:
4242
case NONE:
43+
case CASSANDRA_5:
4344
mode.validateSstableFormat(big);
4445
mode.validateSstableFormat(trie);
4546
break;

0 commit comments

Comments
 (0)