The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
741439075ce78bb6c0d808907b49562b12980db1 / Daniel Standish 
<[email protected]>
Reduce verbose OTel output in integration test CI logs (#63731)

Scheduler and api-server subprocesses were started with stdout/stderr
inheriting the parent process fd, causing all OTel console metrics JSON
(emitted every 5s) to flood pytest's captured output. On test failure,
pytest would dump the entire captured stdout — tens of thousands of lines —
making logs nearly unreadable.

- In `start_scheduler`, default stdout/stderr to DEVNULL; pass
  `capture_output=True` only from `dag_execution_for_testing_metrics`
  which actually needs to parse the console metrics output.
- Remove the debug `log.info("out-start...")` calls that re-emitted the
  full captured output back into test stdout unnecessarily.

Made-with: Cursor

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

With regards,
GitHub Actions via GitBox


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

Reply via email to