-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Allow User to Specify Max Connections to DB #37748
Allow User to Specify Max Connections to DB #37748
Conversation
Signed-off-by: Alok Kumar Singh <dev.alok.singh123@gmail.com>
Hi @crobert-1 , I wanted to run integration test locally but when trying I am facing the following issue: Do I have to do something extra for this? |
Integration tests have a go build tag (the tag is integration). They're only run if the proper tag is included in the build and test command. You should be able to do |
Signed-off-by: Alok Kumar Singh <dev.alok.singh123@gmail.com>
Signed-off-by: Alok Kumar Singh <dev.alok.singh123@gmail.com>
Signed-off-by: Alok Kumar Singh <dev.alok.singh123@gmail.com>
Signed-off-by: Alok Kumar Singh <dev.alok.singh123@gmail.com>
Hi @dashpole , gentle ping for this PR review. Also, the failing test doesn't seem to be caused by the PR changes. |
Signed-off-by: Alok Kumar Singh <dev.alok.singh123@gmail.com>
a8e5616
to
a5a0f59
Compare
Hi @atoulme , following up on this PR. Let me know if there are any more comments on this PR? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Added additional field
MaxOpenConn
which allow users to specify the maximum number of connections to DB server.Link to tracking issue
Fixes: #36752
Testing
TestMysqlIntegrationMetrics