Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix intermittent disk I/O error #254

Merged
merged 1 commit into from
Sep 5, 2022

Commits on Sep 5, 2022

  1. ci: fix intermittent disk I/O error

    GitHub Actions CI tests are failing intermittently due
    to an SQLite `Failed to execute statement: disk I/O error`.
    
    I'm pretty sure this is due to some sort of race condition,
    either with:
      - a) our thread code
      - b) GitHub Actions file-system
    
    This commit adds a `sleep 5` between the CI tests
    and the coverage tests in an attempt to prevent this
    error.
    
    Fixes: #252
    aloisklink committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    7b1d01b View commit details
    Browse the repository at this point in the history