-
Notifications
You must be signed in to change notification settings - Fork 0
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
Performance issues with Docker SQL 2019-latest image #20
Comments
Seems that problem is the way file group is deployed:
|
These new (and latest) SQL Server images do not start at dotnet-sqltest at all:
It is cause by major changes at the path to sqlcmd tool inside the container. It was reported at testcontainer-dotnet: testcontainers/testcontainers-dotnet#1220 I need to update couple of packages and it will handle new and old images without any issues. Additionally sqltest must have a better and faster error handling on that and similar situations. |
Interesting that command |
I reported this as well microsoft/mssql-docker#898 as we noticed issues when running our docker containers locally. Wondering what would be their suggestion or next version release, change path to executable binary or revert to previous path as they did with CU14 |
It seems that's the future CU14 for SQL2022 was release on the same date . From docker.com |
I think test containers already have fix for this (implemented 3 weeks ago): |
Yes, testcontainers-dotnet 3.10.0 has fix for this issue, so does new version of dotnet-sqltest 1.4.2. |
Thank you. This resolved issue on pipeline and locally |
After SQL2019 image was updated, tests on 2019-latest docker container performance is poor, I started using to 2019-CU27-ubuntu-20.04 and performance of tests is normal again.
Is it known what causes performance issues?
Docker SQL container tags
Tested with versions 1.4.0 and 1.4.1
The text was updated successfully, but these errors were encountered: