This is an automated email from the ASF dual-hosted git repository.
konstantinov pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new 4184e759de Fix CompactionHistorySystemTableUpgradeTest test
expectation for legacy compaction history
4184e759de is described below
commit 4184e759de7f5f220321dc798fbf820f6292896d
Author: arvindksi274-ksolves <[email protected]>
AuthorDate: Sun Feb 1 20:56:55 2026 +0530
Fix CompactionHistorySystemTableUpgradeTest test expectation for legacy
compaction history
patch by Arvind Kandpal; reviewed by Dmitry Konstantinov, Maxwell Guo for
CASSANDRA-21151
---
.../distributed/upgrade/CompactionHistorySystemTableUpgradeTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/distributed/org/apache/cassandra/distributed/upgrade/CompactionHistorySystemTableUpgradeTest.java
b/test/distributed/org/apache/cassandra/distributed/upgrade/CompactionHistorySystemTableUpgradeTest.java
index 727b7a6285..5f310279b3 100644
---
a/test/distributed/org/apache/cassandra/distributed/upgrade/CompactionHistorySystemTableUpgradeTest.java
+++
b/test/distributed/org/apache/cassandra/distributed/upgrade/CompactionHistorySystemTableUpgradeTest.java
@@ -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"));
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]