Resolve compile issues from core changes and update CIs#1100
Resolve compile issues from core changes and update CIs#1100lezzago merged 9 commits intoopensearch-project:2.xfrom
Conversation
…ect#1025) Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
…#1062) * Resolve core Xcontent refactor Signed-off-by: Ashish Agrawal <ashisagr@amazon.com> * Resolve core CircuitBreaker refactor Signed-off-by: Ashish Agrawal <ashisagr@amazon.com> * Resolve integ test issues with adding test dependency Signed-off-by: Ashish Agrawal <ashisagr@amazon.com> --------- Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
|
Test are failing due to issues in |
.github/workflows/test-workflow.yml
Outdated
| - name: Build and run with Gradle | ||
| working-directory: ${{ env.WORKING_DIR }} | ||
| run: ./gradlew build ${{ env.BUILD_ARGS }} | ||
| run: ./gradlew build ${{ env.BUILD_ARGS }} -x alertingBwcCluster#fullRestartClusterTask -x alertingBwcCluster#mixedClusterTask -x alertingBwcCluster#oldVersionClusterTask0 -x alertingBwcCluster#oldVersionClusterTask1 -x alertingBwcCluster#rollingUpgradeClusterTask -x alertingBwcCluster#twoThirdsUpgradedClusterTask |
There was a problem hiding this comment.
I prefer to specify what to run ./gradlew assemble integTest instead of specify bunch of tests to not run
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
These issues have been resolved |
| - name: Build and run with Gradle | ||
| working-directory: ${{ env.WORKING_DIR }} | ||
| run: ./gradlew build ${{ env.BUILD_ARGS }} | ||
| run: ./gradlew assemble integTest ${{ env.BUILD_ARGS }} |
There was a problem hiding this comment.
I had used the remove argument before, so I will update main with this change as well.
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| package org.opensearch.alerting.action |
There was a problem hiding this comment.
NIT: This test class is present in common utils along with the request class. We shouldn't have this here as these tests would break if anything is changed in common utils
There was a problem hiding this comment.
Oh this test was present in Alerting main here
Issue #, if available:
N/A
Description of changes:
Resolve compile issues from core changes that backported to 2.x from main and disable BWC tests for non-bwc CIs
Backports following PRs:
#1062, #1090, #1025
CheckList:
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.