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

Updated the marker text that is used to figure out if SQL Server container is up and ready #116

Merged
merged 1 commit into from
May 6, 2019

Conversation

kichalla
Copy link
Contributor

@kichalla kichalla commented May 6, 2019

No description provided.

@kichalla kichalla requested a review from a team as a code owner May 6, 2019 17:23
@@ -53,7 +53,7 @@ protected override bool WaitUntilDbServerIsUp()
{
try
{
var lookUpText = "SQL Server is now ready for client connections";
var lookUpText = "The default language (LCID 0) has been set for engine and full-text services.";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the final message that is printed when the SQL Server is up and ready. Even though the earlier message says 'ready for client connections' I have received errors some times when setting up data.

Also regarding setting up data, one thing we could do is to bake the data into the image itself. This improves the perf a bit, but still does not avoid the problem of making requests to the container before it is ready.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI:
image

@kichalla kichalla force-pushed the kichalla/fix.sql.server.test branch from 443ddfc to 420e990 Compare May 6, 2019 18:33
@kichalla kichalla merged commit a3288a2 into master May 6, 2019
@kichalla kichalla deleted the kichalla/fix.sql.server.test branch May 6, 2019 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants