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

Integration tests do not pass for Opensearch 2.14 #5624

Closed
yurishkuro opened this issue Jun 13, 2024 · 2 comments · Fixed by #5625
Closed

Integration tests do not pass for Opensearch 2.14 #5624

yurishkuro opened this issue Jun 13, 2024 · 2 comments · Fixed by #5625
Labels
good first issue Good for beginners help wanted Features that maintainers are willing to accept but do not have cycles to implement

Comments

@yurishkuro
Copy link
Member

e2e tests failed in the upgrade PR #5606.

https:/jaegertracing/jaeger/actions/runs/9503609365/job/26194416863?pr=5606

The logs show that the image was downloaded and "started", but then the CI script is not able to ping the server, and for some reason the final step of printing container logs produces nothing.

Best way to fix is to run that specific workflow manually to reproduce and debug, e.g.

bash scripts/es-integration-test.sh opensearch 2.x 1v1
@yurishkuro yurishkuro added help wanted Features that maintainers are willing to accept but do not have cycles to implement good first issue Good for beginners labels Jun 13, 2024
@hellspawn679
Copy link
Contributor

i don't think there is any issue with integration test

@hellspawn679
Copy link
Contributor

hellspawn679 commented Jun 13, 2024

when i build the docker compose with version 2.14.0 it gave me this logs error
No custom admin password found. Please provide a password via the environment variable OPENSEARCH_INITIAL_ADMIN_PASSWORD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for beginners help wanted Features that maintainers are willing to accept but do not have cycles to implement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants