Updated the smoke tests scripts to use the end-to-end tests#5903
Merged
dlvenable merged 3 commits intoopensearch-project:mainfrom Jul 28, 2025
Merged
Updated the smoke tests scripts to use the end-to-end tests#5903dlvenable merged 3 commits intoopensearch-project:mainfrom
dlvenable merged 3 commits intoopensearch-project:mainfrom
Conversation
…em running as part of the release again. Signed-off-by: David Venable <dlv@amazon.com>
Member
Author
|
Sample logs from https://github.com/dlvenable/data-prepper/actions/runs/16525916962/job/46741310344 |
Signed-off-by: David Venable <dlv@amazon.com>
… is local. Skip the Docker validations in the run-smoke-tests.sh script altogether to rely on the e2e-tests. Increase validation time to 30 minutes. Signed-off-by: David Venable <dlv@amazon.com>
Member
Author
|
Updated run from the latest code: https://github.com/dlvenable/data-prepper/actions/runs/16529901217
|
Member
Author
|
Since the PR was first published I made a few observations and fixes.
|
oeyh
approved these changes
Jul 28, 2025
sb2k16
approved these changes
Jul 28, 2025
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Jul 28, 2025
Updated the smoke tests scripts to use the end-to-end tests to get them running as part of the release again. Support validating tar files by skipping the Docker pull if the image is local. Skip the Docker validations in the run-smoke-tests.sh script altogether to rely on the e2e-tests. Increase validation time to 30 minutes. Signed-off-by: David Venable <dlv@amazon.com> (cherry picked from commit c6f072a)
4 tasks
dlvenable
added a commit
that referenced
this pull request
Jul 29, 2025
…5913) Updated the smoke tests scripts to use the end-to-end tests to get them running as part of the release again. Support validating tar files by skipping the Docker pull if the image is local. Skip the Docker validations in the run-smoke-tests.sh script altogether to rely on the e2e-tests. Increase validation time to 30 minutes. (cherry picked from commit c6f072a) Signed-off-by: David Venable <dlv@amazon.com> Co-authored-by: David Venable <dlv@amazon.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
The Data Prepper smoke tests have been failing during release for a long time. This PR is the last step in #3524 to update the smoke tests to run the
e2e-tests. This gives consistency across tests.With this change, the smoke tests run three select end-to-end tests.
:e2e-test:log:basicLogEndToEndTest:e2e-test:trace:rawSpanPeerForwarderEndToEndTest:e2e-test:trace:serviceMapPeerForwarderEndToEndTestI tested this by pushing to the
mainbranch of my fork and running the Release workflow.You can see the results here:
https://github.com/dlvenable/data-prepper/actions/runs/16525916962
Note that the Promote job fails for unrelated reasons.
Issues Resolved
Resolves #3568
Check List
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.