-
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
Skip uppercase regex tests before 2.4.0 #4869
Conversation
This feature was backported in opensearch-project#4219 and will only be present in version 2.4 and newer. The test must be skipped for mixed cluster cases with nodes older than 2.4. Signed-off-by: Andrew Ross <[email protected]>
55b2f96
to
852cd34
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
The test "org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=search/190_index_prefix_search/search with uppercase regex}" failed again in gradle-check 5204 and I'm not sure why. That test fails reliably without the fix in this PR locally for me, but when I apply this change I cannot reproduce the error. Not sure what is going on here... |
Gradle Check (Jenkins) Run Completed with:
|
I see the skip is not applied in the failure cases. The the test is executed against v2.3.1 cluster.
|
The successful run of gradle check shows that the |
Test run 5213 shows:
which is the commit of this PR and seems to be correct. However, test run 5204 shows:
which is an unrelated commit? Seems like some wires were crossed here. I'm going to merge this change because I think it should unblock things and open another issue about the gradle check workflow. |
Github bug it seems. https://build.ci.opensearch.org/job/gradle-check/5204/ is for |
This feature was backported in #4219 and will only be present in version 2.4 and newer. The test must be skipped for mixed cluster cases with nodes older than 2.4.
Signed-off-by: Andrew Ross [email protected]
Issues Resolved
#4831
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.