potiuk opened a new pull request, #30518:
URL: https://github.com/apache/airflow/pull/30518

   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.
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in a 
newsfragment file, named `{pr_number}.significant.rst` or 
`{issue_number}.significant.rst`, in 
[newsfragments](https://github.com/apache/airflow/tree/main/newsfragments).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to