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

Head commit for run:
73c2b8688e5b89eb339bfe47132cfdf4abc5db8a / Jarek Potiuk <[email protected]>
Run "api_internal" tests in CI

While adding a feature flag for AIP-44 I noticed that due to a
weird naming we have in tests, the "api_internal" tests were
actually excluded from running - this was due to a combination of
factors:

* When API tests are are run, only "api" and "api_connexion" were
  added to API_tests
* We already have "api" folder in "tests" (for experimental api)
* finding "Other" tests should cover it but it exluded "api" tests but
  the way it is implemented, it took the "api" prefix and excluded
  all the test directories that were starting with "api" (including
  "api_internal/*" ones

This change addresses it twofold:

* The "api_internal" tests are added explicitly to the "API"
  test type
* The "tests/api" folder with tests for the experimental API
  has been renamed to "api_experimental" (including integration
  tests)

This should set the "internal_api" tests to run in the API test
type, and renaming the "api" to api_experimental should avoid
accidental skipping the tests in case someone adds
"tests/api_SOMETHING" in the future.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to