mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 17:34:27 +01:00
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.