Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Apr 24, 2023

The MSSQL tests are rather flaky on public runners. They also almost never bring any extra value when fail usually those are flaky behaviour of MSSQL database for those runners due to resource constraints.

This PR changes MSSQL tests to be only run for self-hosted runners, which means that they will be run for PRs of committers and in canary builds.

This should be enough to find out potentially mssql-only breaking changes and fix them - without disturbing regular contributors.


^ 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 MSSQL tests are rather flaky on public runners. They also
almost never bring any extra value when fail usually those are
flaky behaviour of MSSQL database for those runners due to
resource constraints.

This PR changes MSSQL tests to be only run for self-hosted runners,
which means that they will be run for PRs of committers and in
canary builds.

This should be enough to find out potentially mssql-only breaking
changes and fix them - without disturbing regular contributors.
@potiuk potiuk merged commit 6e80bcd into apache:main Apr 24, 2023
@potiuk potiuk deleted the make-mssql-tests-only-run-on-self-hosted branch April 24, 2023 07:46
@eladkal eladkal added this to the Airflow 2.6.2 milestone Jun 9, 2023
@eladkal eladkal added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jun 9, 2023
potiuk added a commit that referenced this pull request Jun 9, 2023
The MSSQL tests are rather flaky on public runners. They also
almost never bring any extra value when fail usually those are
flaky behaviour of MSSQL database for those runners due to
resource constraints.

This PR changes MSSQL tests to be only run for self-hosted runners,
which means that they will be run for PRs of committers and in
canary builds.

This should be enough to find out potentially mssql-only breaking
changes and fix them - without disturbing regular contributors.

(cherry picked from commit 6e80bcd)
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