interchaintest icon indicating copy to clipboard operation
interchaintest copied to clipboard

Flaky test in runner

Open boojamya opened this issue 2 years ago • 2 comments

Screen Shot 2022-09-21 at 4 03 20 PM

Screen Shot 2022-09-21 at 4 04 16 PM

boojamya avatar Sep 21 '22 23:09 boojamya

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.

DavidNix avatar Sep 23 '22 17:09 DavidNix

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

agouin avatar Sep 25 '22 16:09 agouin

https://github.com/strangelove-ventures/ibctest/actions/runs/3595140069/jobs/6054262944

race detected around sqlite

agouin avatar Dec 01 '22 18:12 agouin

race conditions have been resolved with the change in actions now. Future issues can be solved on a case by case basis now

Reecepbcups avatar Nov 26 '23 20:11 Reecepbcups