-
Notifications
You must be signed in to change notification settings - Fork 73
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
[2.x] Fix TransportService constructor due to changes in core plus guava bump #1069
Conversation
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Every test except |
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Shouldn't we get this change on main and then backport to 2.x? |
I usually agree its just that main is pretty broken right now with other things so I am trying to get it fixed on 2.x and 2.11 first then I can forward port this change |
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
…ava bump (#1069) * adjust transportService constructor due to changes in core Signed-off-by: Amit Galitzky <amgalitz@amazon.com> * updated guava and fixed another compile issue Signed-off-by: Amit Galitzky <amgalitz@amazon.com> * fixed mocking of transport service Signed-off-by: Amit Galitzky <amgalitz@amazon.com> * adding 2.11 release notes Signed-off-by: Amit Galitzky <amgalitz@amazon.com> --------- Signed-off-by: Amit Galitzky <amgalitz@amazon.com> (cherry picked from commit f81b75d)
…ava bump (#1069) (#1070) * adjust transportService constructor due to changes in core Signed-off-by: Amit Galitzky <amgalitz@amazon.com> * updated guava and fixed another compile issue Signed-off-by: Amit Galitzky <amgalitz@amazon.com> * fixed mocking of transport service Signed-off-by: Amit Galitzky <amgalitz@amazon.com> * adding 2.11 release notes Signed-off-by: Amit Galitzky <amgalitz@amazon.com> --------- Signed-off-by: Amit Galitzky <amgalitz@amazon.com> (cherry picked from commit f81b75d) Co-authored-by: Amit Galitzky <amgalitz@amazon.com>
Description
Add a tracer field for the TransportService constructor in our test cases
Core change to add tracer in MockNioTransport https://github.com/opensearch-project/OpenSearch/pull/10143/files#diff-f37f7447c76ba79901c3298a1addce39d103ce72efc5a75a1f7602a4e2829b62R115
core changes to add tracker in TransportService opensearch-project/OpenSearch@27cddec
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.