-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
server: ping the server to make sure the server is online to make CI stable #30338
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-check_dev_2 |
2 similar comments
/run-check_dev_2 |
/run-check_dev_2 |
I ran the CI 4 times and they all succeeded. |
But It still has some problems. it is not related to
|
I am trying it in #30306 by adding more |
What problem does this PR solve?
This PR might fix #30297, #30249, #30303, #30256, #30286, but I'm not very sure. It at least solves the test case mentioned in #30306 (comment)
Problem Summary:
In
waitUntilServerCanConnect
,sql.Open()
doesn't actually indicate that the connection is established, so we need anotherdb.Ping()
to verify that.What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note