mirror of https://github.com/apache/cassandra
ninja-fix: make sure testVirtualTableThroughIndexLifeCycle disabled auto-compaction
This commit is contained in:
parent
c6cb1cd245
commit
3ba4cd24a0
|
|
@ -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 (?, ?, ?, ?)";
|
||||
|
|
|
|||
Loading…
Reference in New Issue