Skip to content

V15 QA added a fix for flaky integration tests run on SQL Server Linux #18965

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

Open
wants to merge 16 commits into
base: v15/dev
Choose a base branch
from

Conversation

andr317c
Copy link
Contributor

@andr317c andr317c commented Apr 8, 2025

This PR fixes the issue we have seen on the pipeline for SQL Server Integration tests running on Linux. It adds a check to ensure the SQL Server Docker Image is ready.

The issue was :
Error Message: Microsoft.Data.SqlClient.SqlException : A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 0 - Success)

It only happens sometimes, which is why I suspect the reason for this happening is that we do not wait till the SQL Server Docker Image is ready.

@Copilot Copilot AI review requested due to automatic review settings April 8, 2025 07:14
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Copy link
Contributor

@nhudinh0309 nhudinh0309 left a comment

Choose a reason for hiding this comment

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

LGTM

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