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

[AIRFLOW-3885] Fix race condition in scheduler test #4737

Merged

Commits on Feb 19, 2019

  1. [AIRFLOW-3885] Fix race condition in scheduler test

    We're hitting this race condition frequently now that we don't sleep()
    during unit tests. We don't actually need to assert that the task is
    currently running - it's fine if it has already run successfully.
    astahlman committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    4f152cd View commit details
    Browse the repository at this point in the history