Skip to content
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

[Bug]: Windows validation fails for 2.17.0 #5016

Closed
gaiksaya opened this issue Sep 11, 2024 · 1 comment
Closed

[Bug]: Windows validation fails for 2.17.0 #5016

gaiksaya opened this issue Sep 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gaiksaya
Copy link
Member

Describe the bug

See the distribution validation for windows platform
https://build.ci.opensearch.org/job/distribution-validation/1173/
https://build.ci.opensearch.org/job/distribution-validation/1179/

Even though the artifact is valid, it fails to pass. Tried deploying both OpenSearch and OpenSearch-Dashboards on windows machine, it works well. Also integration test without validation goes through.

To reproduce

Run the above workflows or ./validation.sh with windows parameters.

Expected behavior

Validation for windows should go through

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

No response

Additional context

No response

Relevant log output

No response

@gaiksaya gaiksaya added bug Something isn't working untriaged Issues that have not yet been triaged labels Sep 11, 2024
@Divyaasm Divyaasm self-assigned this Sep 11, 2024
@prudhvigodithi prudhvigodithi removed the untriaged Issues that have not yet been triaged label Sep 12, 2024
@gaiksaya
Copy link
Member Author

The root cause of this was opensearch-project/opensearch-system-templates#26
We always validate both OS and OSD in the validation workflow. Since OSD test CI image defaults to java 11, system-template was causing cluster to crash indirectly affecting OSD to not find backend connection.

@Divyaasm Maybe we don't need to validate OSD for opensearch integration tests. Also looks like we might need to run integration test against compatible java matrix that we say we support here: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/index/#java-compatibility

cc: @getsaurabh02 @peterzhuamazon

Closing this issue. Maybe create a new one for new requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

No branches or pull requests

3 participants