-
Notifications
You must be signed in to change notification settings - Fork 275
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
[Backport 2.x] React to changes in ActionListener in core #3182
[Backport 2.x] React to changes in ActionListener in core #3182
Conversation
3f94342
to
904aeab
Compare
Signed-off-by: Ryan Liang <jiallian@amazon.com>
904aeab
to
55ba25f
Compare
Signed-off-by: Ryan Liang <jiallian@amazon.com>
Codecov Report
@@ Coverage Diff @@
## 2.x #3182 +/- ##
============================================
- Coverage 62.22% 62.19% -0.04%
+ Complexity 3312 3310 -2
============================================
Files 265 265
Lines 19502 19502
Branches 3328 3328
============================================
- Hits 12136 12130 -6
- Misses 5741 5744 +3
- Partials 1625 1628 +3
|
We may need to manually delete caches for the failing windows checks |
Looks like this was required because we've got those Clean up REST API changes in main that haven't been pulled into 2.x [1] - and likely won't until the set of changes is complete. |
@cwperks It looks like the codeql build task is broken because of a cached version of the snapshot - should we disable the gradle build cache on our github actions? Is this something we've been doing manually |
@peternied any idea how much disabling caching would slow down the CI? I am in favor of disabling it because it has been making our builds unpredictable. |
@cwperks I'll take a slower correct over a fast and incorrect any day. I'll create a PR |
Why is codeql running
https://github.com/opensearch-project/security/actions/runs/5870600207/job/15918932614?pr=3182 Either all integration test changes need to be backport to 2.x from main or this check should not run on 2.x. I would be in support of disabling the check on this branch and only keeping integration tests in main since they are not run as part of CI. We should remove anything integration test code from 2.x. |
@cwperks Good find, can you create an issue and make sure this is all unified between 2.x and main? |
…listener-fix Signed-off-by: Peter Nied <petern@amazon.com>
@RyanL1997 FYI - I just merged in the change to disable the gradle build cache, we should expect all builds to pass prior to merging. Note; We don't require codeql. so lets follow up separately |
Description
Manual backport for #3153 of React to changes in ActionListener in core
Also includes a fix for a call to XContentHelper.toXContent in response to opensearch-project/OpenSearch#9156
Issues Resolved
Check List
New functionality includes testingNew functionality has been documentedBy 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.