The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
299c2b72ca36712e0c096bbbdf2fa2e98249bd83 / Tzu-ping Chung <[email protected]>
Add marker for a test to run ti with test mode

There are three layers in the change: First, the test_mode default is
changed to take a None instead so we can calculate the value lazily.
Second, a global constant is introduced to hold the actual default at
runtime, and substitute the value when given None. Finally, a Pytest
marker is introduced to set the default to True for selected tests.

We could potentially set the value to True globally, but I'm not sure
how this would affect older tests that might be less well structured.
With this marker mechanism we can hopefully make the process more
gradual without breaking a ton of things.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to