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 350c83dc15 Fix CI regression in CompactionHistoryTest by enforcing STCS
350c83dc15 is described below

commit 350c83dc1546f714c0a630151a1a4cf4a6829cde
Author: arvindksi274-ksolves <[email protected]>
AuthorDate: Thu Jan 29 16:43:31 2026 +0530

    Fix CI regression in CompactionHistoryTest by enforcing STCS
    
    patch by Arvind Kandpal; reviewed by Dmitry Konstantinov, Maxwell Guo for 
CASSANDRA-21145
---
 .../unit/org/apache/cassandra/tools/nodetool/CompactionHistoryTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/unit/org/apache/cassandra/tools/nodetool/CompactionHistoryTest.java 
b/test/unit/org/apache/cassandra/tools/nodetool/CompactionHistoryTest.java
index ae98284a6f..b9ee543a43 100644
--- a/test/unit/org/apache/cassandra/tools/nodetool/CompactionHistoryTest.java
+++ b/test/unit/org/apache/cassandra/tools/nodetool/CompactionHistoryTest.java
@@ -85,7 +85,7 @@ public class CompactionHistoryTest extends CQLTester
     @Test
     public void testCompactionProperties() throws Throwable
     {
-        createTable("CREATE TABLE %s (id text, value text, PRIMARY KEY 
((id)))");
+        createTable("CREATE TABLE %s (id text, value text, PRIMARY KEY ((id))) 
WITH compaction = {'class': 'SizeTieredCompactionStrategy'}");
         ColumnFamilyStore cfs = 
Keyspace.open(keyspace()).getColumnFamilyStore(currentTable());
         cfs.disableAutoCompaction();
         // write SSTables for the specific key


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to