Taragolis opened a new pull request, #29616:
URL: https://github.com/apache/airflow/pull/29616

   There is quite a few tests failed with the same error during the PR CI 
pipeline
   
   ```console
     >                   assert dag_state == "success"
     E                   AssertionError: assert 'queued' == 'success'
     E                     - success
     E                     + queued
   ```
   
   According to the logs, services started successfully, however no logs from 
scheduler since it started.
   
   I've didn't see that this happen in `main`, so I assume it only happen 
during run on public runners.
   
   Add minor refactoring of this test:
   - Set environment variables and current working directory by `pytest`
   - Print additional information during failure: Docker and docker Compose 
versions, all DagRuns for test DAG, DAG Detail
   - Do not copy `example_bash_operator` DAG because we set 
`AIRFLOW__CORE__LOAD_EXAMPLES` to `true` and always use bundled one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to