Pekka Enberg
3341f4657e
antithesis: Drop experimental_indexes parameter from commect()
...
The `experimental_indexes` parameter got dropped from Python bindings so
stop using it to make Antithesis stress-composer drivers to run.
2025-09-05 13:17:39 +03:00
Pekka Enberg
bd30cb313c
antithesis: Add CREATE TABLE parallel driver
2025-07-21 13:40:28 +03:00
Pekka Enberg
29e7b41ca5
antithesis: Create indexes in first_setup.py
2025-07-21 12:55:37 +03:00
Pekka Enberg
0ebe6bb933
antithesis-tests: Enable indexes in Antithesis parallel drivers
2025-07-21 12:49:38 +03:00
Pekka Enberg
e90ff42484
antithesis: Fix first_setup.py to commit both transactions
2025-07-11 13:12:26 +03:00
Pekka Enberg
bada750135
antithesis: Fix transaction management
...
Commit 5216e67d ("bindings/python: Start transaction implicitly in
execute()") fixed transaction management in Python bindings, which means
we now need to execute explicit commit().
2025-07-10 10:16:33 +03:00
Pekka Enberg
a5b539f1bf
bindings/python: Rename package to pyturso
2025-06-27 11:27:08 +03:00
pedrocarlo
80ccca8827
ruff lint fix
2025-06-20 15:59:03 -03:00
Pekka Enberg
68d4389ee9
antithesis: Remove PRIMARY KEY and UNIQUE constraints
...
...we don't have indexing enabled by default so drop them.
2025-06-19 13:48:12 +03:00
Pekka Enberg
419ddf0cfa
antithesis-tests: Make test drivers robust when database is locked
...
If multiple processes access the same database file concurrently, Limbo fails with:
```
LockingError("Failed locking file. File is locked by another process
```
Make test driver robust against that.
2025-06-19 10:14:18 +03:00
eric-dinh-antithesis
f993a22023
antithesis-tests: add all tests
2025-04-24 12:20:41 -04:00