Open Warfront1 opened 2 years ago
I've dug through this repository a bit, and found an included example (that was partially broken), but gave me some incite into why the above may be flaky. I believe the DB state may be non-zero (not-ready), even though the SQL Log is saying SQL Server is now ready for client connections
.
I've fixed the example script and published a PR to get the example working again.
Running on a CircleCI Build Container(Linux Large): ubuntu-2004:202201-02
This issue occurs ~50% of the time when building with the provided Dockerfile on the above system:
docker build --no-cache --progress=plain --tag test
Error Message is always from the sqlcmd, providing the following error message:
Error: Microsoft ODBC Driver 17 for SQL Server : Login failed for user 'SA'..
The Dockerfile:
Note All data in the Dockerfile is test data; the password, and commands are just an MRE of the issue I am receiving.