The GitHub Actions job "Tests (AMD)" on airflow.git/main has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 65cd588ae89f554015cfb5bda68fcf431172520d / Jarek Potiuk <[email protected]> Fix flaky CloudSQL custom-universe trigger test on loaded runners (#68981) The custom-universe branch of CloudSQLExportTrigger.run() fetches the operation via sync_to_async(sync_hook.get_operation), which dispatches the call to a thread-pool executor. The test waited a fixed 0.1s before asserting get_operation had been called, but on a loaded runner the thread-dispatched call can land slightly later, so the assertion intermittently saw it called 0 times. Poll until the call is observed instead of sleeping a fixed amount. The trigger's poke_interval is 10s, so no second call can happen within the poll window and assert_called_once stays valid. Report URL: https://github.com/apache/airflow/actions/runs/28198961880 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
