Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Jul 7, 2022

The new provider's selective tests introduce option to specify
which providers should be tested (which is automatically
used in CI). This works fine but in case when we remove
Provider's tests from the list (MySQL/MsSQL) the removal was
done only for the Provider's part, not for the detailed list
of providers. That led to test attempting to run

[amazon,apache.hive,google,mysql,postgres]

for example.

This PR fixes it by removing full Provider's specification.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
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.

The new provider's selective tests introduce option to specify
which providers should be tested (which is automatically
used in CI). This works fine but in case when we remove
Provider's tests from the list (MySQL/MsSQL) the removal was
done only for the Provider's part, not for the detailed list
of providers. That led to test attempting to run
```
[amazon,apache.hive,google,mysql,postgres]
```

for example.

This PR fixes it by removing full Provider's specification.
@potiuk potiuk merged commit 1404d67 into apache:main Jul 7, 2022
@potiuk potiuk deleted the fix-proper-removal-of-scoped-provider-tests branch July 7, 2022 16:05
potiuk added a commit that referenced this pull request Jul 21, 2022
The new provider's selective tests introduce option to specify
which providers should be tested (which is automatically
used in CI). This works fine but in case when we remove
Provider's tests from the list (MySQL/MsSQL) the removal was
done only for the Provider's part, not for the detailed list
of providers. That led to test attempting to run
```
[amazon,apache.hive,google,mysql,postgres]
```

for example.

This PR fixes it by removing full Provider's specification.

(cherry picked from commit 1404d67)
@ephraimbuddy ephraimbuddy added this to the Airflow 2.3.4 milestone Aug 15, 2022
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants