The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: e30dc5486e9befe5d2686d97e4017228b42245c6 / Jarek Potiuk <[email protected]> Fix side effect of not tearing down mongo hook in tests The MongoClient apparently starts a separate thread that runs an active loop that performs sleep every 0.5 second. MongoClient is stored in the Hook and hooks/test_mongo.py stored the hook as object in the test class, which means that the thread has not been torn down and continued to run after mongo tests completed. Subsequently any test that was mocking time.sleep (and skipping waiting) had been spammed by mongo client thread calling sleep() - potentially many times. Earlier attempts to fix this had not succeeded - so they are reverted now as part of this PR, as the original patching of sleep was much nicer there. Revert "Make racy test test_start_pod_startup_interval_seconds less racy (#46282)" This reverts commit 60f0abf4ced92c8c6fd6343092b53e802c41eb72. Revert "Make azure test less flaky/racy (#46281)" This reverts commit ae55e2224493ff812135ca7e8a64de2aeca8317d. Report URL: https://github.com/apache/airflow/actions/runs/13055570379 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
