Skip to content
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

Fixed: "Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login failed for user 'sa'.." in MS SQL integration test #12374

Merged
merged 3 commits into from
Oct 14, 2021

Conversation

dlg99
Copy link
Contributor

@dlg99 dlg99 commented Oct 14, 2021

Motivation

Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login failed for user 'sa'.. in one of the runs of the MS SQL integration tests. Other runs succeeded, possibly due to the cached docker container image.

Modifications

Looks like MSFT updated name of the env var that sets sa password, looks like the most possible explanation at the time (still testing locally).
Set specific tag for the image, added new env var.

Verifying this change

This change is already covered by existing tests

Does this pull request potentially affect one of the following parts:

NO

Documentation

Check the box below and label this PR (if you have committer privilege).

  • no-need-doc

@dlg99 dlg99 marked this pull request as draft October 14, 2021 18:25
@dlg99 dlg99 marked this pull request as ready for review October 14, 2021 22:19
@merlimat merlimat added this to the 2.10.0 milestone Oct 14, 2021
@merlimat merlimat merged commit 21b758c into apache:master Oct 14, 2021
@merlimat merlimat added the doc-not-needed Your PR changes do not impact docs label Oct 14, 2021
@dlg99 dlg99 deleted the mssql_sa_failed branch October 14, 2021 23:32
bharanic-dev pushed a commit to bharanic-dev/pulsar that referenced this pull request Mar 18, 2022
…n failed for user 'sa'.." in MS SQL integration test (apache#12374)

* set specific tag for image, use env var for the new image

* moved to an older docker image

* Updated wait strategy as outlined in microsoft/mssql-docker#625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs type/flaky-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants