Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Dec 12, 2021

The Integration tests with MSSQL often fail on Public
Runners without a reason. The database becomes inaccessible and
no logs are explaining what's going on. Its very likely however
that this is a memory-related issue (Integration tests take a
lot of memory as they run a lot of extra containers.

Those tests will eventually run on Self-hosted runner after merge
and they are also run for Postgres/MySQL/SQlite so there is no
need to run them also for MSSQL if it causes random failures.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, 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 UPDATING.md.

The Integration tests with MSSQL often fail on Public
Runners without a reason. The database becomes inaccessible and
no logs are explaining what's going on. Its very likely however
that this is a memory-related issue (Integration tests take a
lot of memory as they run a lot of extra containers.

Those tests will eventually run on Self-hosted runner after merge
and they are also run for Postgres/MySQL/SQlite so there is no
need to run them also for MSSQL if it causes random failures.
@potiuk potiuk force-pushed the skip-integration-tests-for-mssql branch from 3bfbd75 to 33a4d7e Compare December 12, 2021 14:06
@potiuk
Copy link
Member Author

potiuk commented Dec 12, 2021

That one shoudl help (:crossed_fingers: ) with occassional MSSQL failures happening for Public runners recently!

@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Dec 13, 2021
@github-actions
Copy link

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

Copy link
Member

@uranusjr uranusjr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No objections from me, although someone probably will need to pay attention on build results in main after this. I don’t most of the time, to be honest.

@potiuk potiuk merged commit d1848bc into apache:main Dec 13, 2021
@potiuk potiuk deleted the skip-integration-tests-for-mssql branch December 13, 2021 17:25
@potiuk potiuk added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jan 22, 2022
@potiuk potiuk added this to the Airflow 2.2.4 milestone Jan 22, 2022
potiuk added a commit that referenced this pull request Jan 22, 2022
The Integration tests with MSSQL often fail on Public
Runners without a reason. The database becomes inaccessible and
no logs are explaining what's going on. Its very likely however
that this is a memory-related issue (Integration tests take a
lot of memory as they run a lot of extra containers.

Those tests will eventually run on Self-hosted runner after merge
and they are also run for Postgres/MySQL/SQlite so there is no
need to run them also for MSSQL if it causes random failures.

(cherry picked from commit d1848bc)
jedcunningham pushed a commit that referenced this pull request Jan 27, 2022
The Integration tests with MSSQL often fail on Public
Runners without a reason. The database becomes inaccessible and
no logs are explaining what's going on. Its very likely however
that this is a memory-related issue (Integration tests take a
lot of memory as they run a lot of extra containers.

Those tests will eventually run on Self-hosted runner after merge
and they are also run for Postgres/MySQL/SQlite so there is no
need to run them also for MSSQL if it causes random failures.

(cherry picked from commit d1848bc)
@potiuk potiuk restored the skip-integration-tests-for-mssql branch April 26, 2022 20:52
@potiuk potiuk deleted the skip-integration-tests-for-mssql branch July 29, 2022 20:01
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..) full tests needed We need to run full set of tests for this PR to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants