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

GitStatusCache: fix race condition in test setup #172

Merged
merged 1 commit into from
Aug 17, 2018

Commits on Aug 17, 2018

  1. GitStatusCache: fix race condition in test setup

    This is to fix an issue that happened (intermittently) in the functional
    tests. There is a race condition where the test is attempting to delete
    the status cache file, but the status cache might not have been
    generated for the test repository.
    
    To fix this, the test setup will wait for the initial status cache to be
    generated, so it can proceed from a known state.
    jamill committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    97975e4 View commit details
    Browse the repository at this point in the history