You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/25 19:20:40 UTC

[GitHub] [airflow] pierrejeambrun opened a new pull request, #25962: Fix tests, and update areActiveRuns

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

   DagRun.state can only take  the following values: `'success' | 'running' | 'queued' | 'failed'`
   
   A few tests are run with `DagRun.state` that are not valid (eg `not_queued`). This is also an issue for moving the file to a typescript version.
   
   In the same manner the `areActiveRuns` second filter checks for state that cannot appear for a `DagRun.state` (`scheduled`).
   
   As discussed with @bbovenzi, we feel like the auto-refresh should work for `dataset_triggered` dag run.


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] bbovenzi merged pull request #25962: Update areActiveRuns and fix tests

Posted by GitBox <gi...@apache.org>.
bbovenzi merged PR #25962:
URL: https://github.com/apache/airflow/pull/25962


-- 
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-unsubscribe@airflow.apache.org

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