-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Adjust version after backport to 1.3.0.0 #2147
Adjust version after backport to 1.3.0.0 #2147
Conversation
Signed-off-by: Peng Huo <penghuo@gmail.com>
Can one of the admins verify this patch? |
Build failure:
|
start gradle check |
|
start gradle check |
@penghuo seems like maybe there is still a bug here?
|
@andrross Can't reproduce the failed test on my branch. Trying now. |
start gradle check |
confirm passing for me as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM... happy to merge once gradle check passes. This should unblock the bwc failures on other PRs as well...
Description
2.1.
./gradlew precommit
2.2.
./gradlew ':server:test' -Dtests.iters=100 --tests "org.opensearch.search.aggregations.bucket.composite.CompositeAggregatorTests"
2.3.
./gradlew ':qa:mixed-cluster:v1.3.0#mixedClusterTest' --tests "org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT"
Issues Resolved
#2143.
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.