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

MAINT: sync opensearch version in e2e #403

Conversation

chenqi0805
Copy link
Collaborator

@chenqi0805 chenqi0805 commented Oct 8, 2021

Signed-off-by: qchea [email protected]

Description

This PR syncs the Opensearch backend version used in end-to-end tests with that in build-resources.gradle in an attempt to resolve the flaky tests.

Note: root cause for e2e flaky failure: For some reason, opensearch:1.0.0 docker container failed to run in CI as follows:

> Task :data-prepper-core:createOpenSearchDockerContainer
Created container with ID 'node-0.example.com'.

> Task :data-prepper-core:startOpenSearchDockerContainer
Starting container with ID 'd13be9c57160894ca5b24f738a841aa133d1ad8f0f8e257d664eb9ea3e1c758f'.

> Task :data-prepper-core:logOpenSearchDockerContainer
Logs for container with ID 'd13be9c57160894ca5b24f738a841aa133d1ad8f0f8e257d664eb9ea3e1c758f'.
Killing opensearch process 12
Killing performance analyzer process 13

which lead to data-prepper running failure as the opensearch sink could not connect to Opensearch backend. This issue also persists for 1.0.1. We need to see if this issue persists in opensearch 1.1.0.

I already opened an issue for opensearch engine: opensearch-project/OpenSearch#1350

Issues Resolved

#366 (attempt to resolve)

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

@chenqi0805 chenqi0805 requested a review from dlvenable October 8, 2021 20:23
@chenqi0805 chenqi0805 changed the title MAINT: sync os version in e2e MAINT: sync opensearch version in e2e Oct 8, 2021
@laneholloway laneholloway merged commit 1a17496 into opensearch-project:main Oct 8, 2021
@chenqi0805 chenqi0805 deleted the maint/sync-e2e-os-backend-version branch October 8, 2021 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants