-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Fix failing test on MSSQL #17334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix failing test on MSSQL #17334
Conversation
This change fixes the failing test on MSSQL by disposing and creating a new connection so as to use the new connection to make queries
|
Flaky tests failure (and static check fixed elsewehere ) but looks good to me. |
|
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. |
7d06c34 to
b6297e4
Compare
|
🤞 |
|
One failing test but that's on schedulerJob and I have seen it fail in some other PRs. Maybe we should quarantine it ... |
|
Have not seen that one before but looks like prone to races :D |
Probably,...I will merge this and watch the scheduler test in other PRs |
This change fixes the failing test on MSSQL by disposing and creating a new connection
so as to use the new connection to make queries.
Also, timeouts on process join was removed because it's flaky
Closes: #17326
^ 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.