The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 75d217c369218fd38e0b97d4c82668faeb3eb870 / Jarek Potiuk <[email protected]> Fix order of returned rows in a flaky test_outlets_dataset test In Postgres especially (but in generaly in all databases, if there is no order specified in select query, the rows might come in random order. It depends on many factors. The test query here retrieved the dags without any order but expected the list to be in specific order. This PR adds ordering - it also removes side-effects of the test by using fixture that clears the datasets before and after the tests that rely/modify datasets - because othrwise failure of one of the tests can create side effects that fail the other tests (this is what happened in this case) Report URL: https://github.com/apache/airflow/actions/runs/2718613217 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
