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

Head commit for run:
210ca7162b5fcd47d3f434be5a9e95cf77c665cd / Jarek Potiuk <ja...@potiuk.com>
Rename --test-types to --parallel-test-types parameters

The --test-type and --test-types parameters were very similar, but
they have enough difference to differentiate them even more:

The --test-type is specifically to run single test and it might
include not only the regular "test-types" but also allow for
cross-selection of tests from different other types (for example
--test-type Postgres will run tests for Postgres database and
they might come from Providers, Others, CLI etc.

Where --test-types was generally foreseen to be able to split
the tests into "sepearated" groups that could be run in
parallel.

The parameters have different defaults and even different choice
of test type that you could choose from (and --test-types is a
space-separated one to make it easier to pass it around in CI,
where rather than passing multiple (variable number) of parameters,
it's easier to pass a single, even space-separated list of tests
to run.

This change is good to show the difference between then parameters
and to stress that they are really quite different, also it makes
it easier to avoid confusion people might have especially that the
name was easy to have typo in.

In a way (but different than in the original issue it
Fixes: #30407

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to