-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
feat(PoolCluster): implemented restoreNodeTimeout
#3218
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3218 +/- ##
==========================================
+ Coverage 87.99% 88.45% +0.45%
==========================================
Files 83 83
Lines 12985 13067 +82
Branches 1366 1392 +26
==========================================
+ Hits 11426 11558 +132
+ Misses 1559 1509 -50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks, @Lupennat! I consider this to be a I noticed that a test was changed (test/unit/pool-cluster/test-restore.test.cjs) for this new feature. December is usually a bit of a rush, but as soon as possible, to avoid an unexpected breaking change, I'd just like to run a few local tests before merging 🙋🏻♂️ |
I initially thought it was a fix, as the implementation was incomplete. However, I don't see any issues with identifying it as a feat. Please let me know if I need to make any changes to the pull request.
Most of the tests are simply porting the existing ones from the mysql project. |
Thanks for clarifying 🙋🏻♂️ I've looked at the node-mysql implementation and it looks good to me 🤝 |
restoreNodeTimeout
The pull request enables support for the poolCluster's restoreNodeTimeout option, which should resolve the issue #2315.