mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
antithesis-tests: Enable indexes in Antithesis parallel drivers
This commit is contained in:
@@ -21,7 +21,7 @@ tbl_schema = json.loads(cur_init.execute(f"SELECT schema FROM schemas WHERE tbl
|
||||
cols = ", ".join([f"col_{col}" for col in range(tbl_schema["colCount"])])
|
||||
|
||||
try:
|
||||
con = turso.connect("stress_composer.db")
|
||||
con = turso.connect("stress_composer.db", experimental_indexes=True)
|
||||
except Exception as e:
|
||||
print(f"Failed to open stress_composer.db. Exiting... {e}")
|
||||
exit(0)
|
||||
|
||||
Reference in New Issue
Block a user