-
Notifications
You must be signed in to change notification settings - Fork 3.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
Improve: add the node ip and port for cluster exception #3470
base: master
Are you sure you want to change the base?
Improve: add the node ip and port for cluster exception #3470
Conversation
4098aad
to
f955473
Compare
seems RedisModuleTest will fail when use resp3
|
3973e6d
to
9a4a9bc
Compare
9a4a9bc
to
323d37b
Compare
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #3470 +/- ##
============================================
- Coverage 71.15% 71.15% -0.01%
- Complexity 4763 4765 +2
============================================
Files 278 278
Lines 15014 15017 +3
Branches 1057 1061 +4
============================================
+ Hits 10683 10685 +2
+ Misses 3864 3863 -1
- Partials 467 469 +2
☔ View full report in Codecov by Sentry. |
fixes #3466
before:
after:
This PR also changed
Failed to connect to any host resolved for DNS name.
error refer by #3298