The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user eladkal (triggered by eladkal).
Head commit for run: a5676525e8f49ba6f6c5d9b4a7f567681c4cad30 / Jarek Potiuk <[email protected]> Fix test to test if we miss tests (AKA 'who tests the tests') (#35443) This test aimed to make sure that we add tests when we add modules ... But it seems it's been broken for a while and generally it expected no tests at all and never complained (Who tests the tests?) The root cause was generous (pun intended) use of generators - simply speaking when generator gets iterated over, the second time it gets iterated, it returns ... nothing ... These list are not really huge so using generators here has been largely premature optmisation that makes it also difficult to debug, for now I converted it to use lists - debugging of lists is way easier too. We have the list of tests now that we should add and they are captured in the issue #35442 Report URL: https://github.com/apache/airflow/actions/runs/6757028768 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
