ninja-fix: make sure testVirtualTableThroughIndexLifeCycle disabled auto-compaction

This commit is contained in:
Caleb Rackliffe 2023-07-27 14:02:10 -05:00
parent c6cb1cd245
commit 3ba4cd24a0
1 changed files with 1 additions and 0 deletions

View File

@ -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 (?, ?, ?, ?)";