Closed lu-zhengda closed 1 month ago
The validations
job has failed; please review the Files changed
tab for possible suggestions to resolve.
The validations
job has failed; please review the Files changed
tab for possible suggestions to resolve.
The validations
job has failed; please review the Files changed
tab for possible suggestions to resolve.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.22%. Comparing base (
965ba2d
) to head (8566d17
). Report is 2 commits behind head on master.
What does this PR do?
mssql
container seeing fatal error on starting with ubuntu 22.04 runner follow kernel update on 9/15. This has caused sqlserver integration tests fail to connect to the test database. Change the test runner to ubuntu 20.04. (i've tried updating mssql to 2017-latest, 2019-latest & 2022-latest but that doesn't work. i kept the image tag as it is for now even thought these image tags are old and we should probably update them)Motivation
Fix mssql container fatal error
Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged