-
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
Windows Gradle check fails on 2.x. #5716
Comments
Thanks @mch2 for opening this up. I'll take a look. https://build.ci.opensearch.org/job/gradle-check/8899/ |
Opened up an issue to get notified on failures: https://github.com/opensearch-project/OpenSearch/issues/5736 |
I've re-run these three and they all pass on Windows 10.
|
org.opensearch.cluster.ClusterHealthIT.testHealthOnClusterManagerFailover -- test is passing on local as @vibrantvarun |
Update: Yaml tests are running fine in local, feels like the infrastructure is seeing problems when we run the whole suit together. |
Update - |
All the tests are working fine on my local machine. Therefore, I was not able to reproduce the test failures. |
I've split apart check and run the following against 2.5 locally:
So :server:internalClusterTest is the issue right now. On my last run the two tests failing were: I have also seen this test fail occasionally because it can't clean up - TranslogTransferManagerTests:
|
@mch2 Thank you for sharing the details above. What are the next steps post this analysis to achieve state of notification of tests failing and achieving a green CI? |
I am no longer seeing the failures originally cut with this ticket.
These are also next steps from CI set up: |
Hi @mch2 : qq: Are these tests failing only in 2.x? Can you confirm if they pass in 1.x? Hi @ryanbogan: could you please update on the status for below as mentioned by #5716 (comment) : |
The reindex test exists on the 1.x line - https://github.com/opensearch-project/OpenSearch/blob/1.3/modules/reindex/src/yamlRestTest/resources/rest-api-spec/test/reindex/90_remote.yml#L384 The TranslogTransferManagerTests are not in 1.x. |
@mch2 I am assigning this issue to you. Please re-assign if you aren't looking into it anymore. |
@kotwanikunal are these tests failing in recent nightly gradle checks for 2.x? |
I've updated the issue description with the remaining tests that are still failing. We can close this issue once those are resolved. We may encounter more failures on the path to green, once CI issues are resolved - opensearch-project/opensearch-build-libraries#113, but we can cut a new issue at that point. |
Hi @saratvemulapalli and @minalsha, Is this issue all set to be closed? |
I think so. Closing it out. @mch2 Please re-open if needed. |
Nightly gradle checks have been consistently failing on Windows 2.x branch. Example: https://build.ci.opensearch.org/job/gradle-check/8810/#showFailuresLink. Check should pass.
The text was updated successfully, but these errors were encountered: