interchaintest
interchaintest copied to clipboard
Flaky test in runner
Relates to https://github.com/strangelove-ventures/ibctest/pull/302
The sqlitedb hasn't been tuned or was initially designed for a high number of concurrent writers. We think the migrations on the same db file may be the root cause.
failed to track blocks: migrate sqlite database /home/strangelove/.ibctest/databases/block.db; deleting file recommended: upsert schema_version with git sha unknown: database is locked (5) (SQLITE_BUSY)
https://github.com/strangelove-ventures/ibctest/actions/runs/3121482563/jobs/5065142331
https://github.com/strangelove-ventures/ibctest/actions/runs/3595140069/jobs/6054262944
race detected around sqlite
race conditions have been resolved with the change in actions now. Future issues can be solved on a case by case basis now