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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to reduce test flakiness by forcing file sync #1457

Merged
merged 1 commit into from Feb 17, 2022

Commits on Feb 16, 2022

  1. Attempt to reduce test flakiness by forcing file sync

    Some automated testing has shown this test to fail due to being unable
    to read the written version bytes from the file. The root cause would
    seem to be something at the OS level, so do a sync_all() to hopefully
    ensure that the immediate read after write sees the contents of the
    write.
    steviez committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a3fd292 View commit details
    Browse the repository at this point in the history