The GitHub Actions job "Tests (AMD)" on 
airflow.git/dag-processor-api-persistence has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
327717c8d27f4958dd2639ade28b2d0ab343fa99 / Kaxil Naik <[email protected]>
Stabilize test_stats_total_parse_time against the reparse interval

The test ran the manager three times expecting one parse per run, relying on
dag_path.touch() to beat the default 30s min_file_process_interval via an mtime
comparison. Under load that filesystem-granularity race left a run waiting out 
the
interval and tripping the per-test timeout. Pin min_file_process_interval=0 so 
each
run re-parses unconditionally; the touch is no longer needed.

Report URL: https://github.com/apache/airflow/actions/runs/26918320327

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to