-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Remote State] Fix component name for ClusterState custom #14477
[Remote State] Fix component name for ClusterState custom #14477
Conversation
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14477 +/- ##
============================================
+ Coverage 71.42% 71.62% +0.20%
- Complexity 59978 62060 +2082
============================================
Files 4985 5118 +133
Lines 282275 291978 +9703
Branches 40946 42211 +1265
============================================
+ Hits 201603 209138 +7535
- Misses 63999 65600 +1601
- Partials 16673 17240 +567 ☔ View full report in Codecov by Sentry. |
3a516cf
into
opensearch-project:main
Signed-off-by: Shivansh Arora <hishiv@amazon.com> (cherry picked from commit 3a516cf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 3a516cf) Signed-off-by: Shivansh Arora <hishiv@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com> (cherry picked from commit 3a516cf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 3a516cf) Signed-off-by: Shivansh Arora <hishiv@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@shiv0408 I understand you wanted this in 2.15 ideally so it had to go fast. Are you writing a test for this? |
@dblock Yes, I am working on adding tests for this class as a whole. I have linked the WIP PR for that, I could not finish the tests today. I will be adding more tests over the week and make the PR ready to review by Monday. |
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
…opensearch-project#14485) (cherry picked from commit 3a516cf) Signed-off-by: Shivansh Arora <hishiv@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <kkewwei@163.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
We are expecting component name for ClusterState.Custom to be of
cluster-state-custom--<custom_name>
. This was missed during refactoring while PR review and there were no test to catch this change. For tests, I am already working on more tests in #14476.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.