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]: Validation framework doesnot validate OSD properly #5117

Open
gaiksaya opened this issue Oct 18, 2024 · 3 comments
Open

[Bug]: Validation framework doesnot validate OSD properly #5117

gaiksaya opened this issue Oct 18, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@gaiksaya
Copy link
Member

Describe the bug

We are using validation workflow from this repo to make sure OS and OSD nightlies are valid before deploying them onto the cluster. See workflow here

However, even after successful validation the OpenSearch Dashboards instance throws below error:
image

To reproduce

Try running validation on above build and see that it succeeds.
Exact command:

unset JAVA_HOME && ./validation.sh --file-path opensearch=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/10410/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz opensearch-dashboards=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/8008/linux/x64/tar/dist/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz

Expected behavior

Validation should fail if OSD is not coming up

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 Oct 18, 2024
@gaiksaya
Copy link
Member Author

Hi @AMoo-Miki
Do you know a better way to test if Dashboards is valid? We are only using one validation for OSD which is http://localhost:5601/api/status
https://github.com/opensearch-project/opensearch-build/blob/main/src/validation_workflow/api_test_cases.py#L36

@gaiksaya gaiksaya changed the title [Bug]: Validation framework doesnot valid OSD bootstrapping [Bug]: Validation framework doesnot validate OSD bootstrapping Oct 21, 2024
@Divyaasm Divyaasm removed the untriaged Issues that have not yet been triaged label Oct 24, 2024
@ashwin-pc
Copy link
Member

How did we determine that it's a bootstrapping error?

@gaiksaya
Copy link
Member Author

How did we determine that it's a bootstrapping error?

Actually it bootstraps just fine and we are able to get status code 200 for localhost:560/api/status but the home page shows above error.

@gaiksaya gaiksaya changed the title [Bug]: Validation framework doesnot validate OSD bootstrapping [Bug]: Validation framework doesnot validate OSD properly Oct 29, 2024
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: 🆕 New
Development

No branches or pull requests

3 participants