This is an automated email from the ASF dual-hosted git repository.
maedhroz 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 3ba4cd24a0 ninja-fix: make sure testVirtualTableThroughIndexLifeCycle
disabled auto-compaction
3ba4cd24a0 is described below
commit 3ba4cd24a0c6b5a90ac0ed57ec2eec152308f211
Author: Caleb Rackliffe <[email protected]>
AuthorDate: Thu Jul 27 14:02:10 2023 -0500
ninja-fix: make sure testVirtualTableThroughIndexLifeCycle disabled
auto-compaction
---
.../org/apache/cassandra/index/sai/virtual/SSTablesSystemViewTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/test/unit/org/apache/cassandra/index/sai/virtual/SSTablesSystemViewTest.java
b/test/unit/org/apache/cassandra/index/sai/virtual/SSTablesSystemViewTest.java
index 580d2694d5..d0a481860f 100644
---
a/test/unit/org/apache/cassandra/index/sai/virtual/SSTablesSystemViewTest.java
+++
b/test/unit/org/apache/cassandra/index/sai/virtual/SSTablesSystemViewTest.java
@@ -73,6 +73,7 @@ public class SSTablesSystemViewTest extends SAITester
public void testVirtualTableThroughIndexLifeCycle() throws Throwable
{
createTable("CREATE TABLE %s (k text, c text, v1 text, v2 text,
PRIMARY KEY (k, c))");
+ disableCompaction();
String v1IndexName = createIndex("CREATE INDEX ON %s(v1) USING 'sai'");
String insert = "INSERT INTO %s(k, c, v1, v2) VALUES (?, ?, ?, ?)";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]