-
Notifications
You must be signed in to change notification settings - Fork 286
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
Fix import for TransportAddress after core refactor #9073 #3091
Fix import for TransportAddress after core refactor #9073 #3091
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3091 +/- ##
============================================
- Coverage 62.42% 62.39% -0.04%
+ Complexity 3352 3350 -2
============================================
Files 254 254
Lines 19741 19741
Branches 3334 3334
============================================
- Hits 12324 12318 -6
- Misses 5787 5790 +3
- Partials 1630 1633 +3
|
:( I am concerned that there is no valid snapshot with the transport changes, 🤞 soon we get another update? |
b5c10ea
to
56172cd
Compare
no looks like only BWC tests which is expected. |
The failures last night were due to stale minimum distribution, but now it looks like this may need to be backported to 2.x before merged into main to fix the bwc checks. |
Fixed `TransportAddress` imports after core refactor inhttps://github.com/opensearch-project/OpenSearch/pull/9073 Signed-off-by: Andrey Pleskach <[email protected]>
56172cd
to
5b4bfea
Compare
Thank you @willyborankin ! |
Description
This PR fixed
TransportAddress
imports after core refactor in #9073Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.