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

Use end-to-end tests for smoke tests #3524

Open
1 of 3 tasks
dlvenable opened this issue Oct 18, 2023 · 0 comments
Open
1 of 3 tasks

Use end-to-end tests for smoke tests #3524

dlvenable opened this issue Oct 18, 2023 · 0 comments
Assignees
Labels
maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Milestone

Comments

@dlvenable
Copy link
Member

dlvenable commented Oct 18, 2023

Is your feature request related to a problem? Please describe.

Data Prepper currently has both end-to-end tests and a set of smoke tests. The end-to-end tests cover more cases than the smoke tests.

The primary advantage of the smoke tests is that they use the actual Docker image or tar.gz. We can do the same thing with the end-to-end tests. Then we'd only have one set of tests to maintain.

Describe the solution you'd like

Update the end-to-end tests to build their Docker image from the actual release Docker image instead of making a custom Docker image.

Additionally, support building the end-to-end tests using the tar.gz releases.

Describe alternatives you've considered (Optional)

Continue to have these two tests split. But, this ends up requiring more maintenance to ensure that both tests run.

Additional context

The smoke tests are not running per #2579. As I looked into these failures, I realized that the end-to-end tests are nearly what we need for smoke testing.

Tasks

@dlvenable dlvenable added the maintenance Issues to help maintain the project, such as improving builds, testing, etc. label Oct 18, 2023
@dlvenable dlvenable added this to the v2.6 milestone Oct 18, 2023
@dlvenable dlvenable self-assigned this Oct 18, 2023
@dlvenable dlvenable modified the milestones: v2.6, v2.7 Nov 1, 2023
@dlvenable dlvenable moved this from Unplanned to To do in Data Prepper Tracking Board Dec 13, 2023
@dlvenable dlvenable modified the milestones: v2.7, v2.8 Jan 30, 2024
@dlvenable dlvenable modified the milestones: v2.8, v2.9 May 14, 2024
@dlvenable dlvenable moved this from To do to Unplanned in Data Prepper Tracking Board Jun 18, 2024
@dlvenable dlvenable modified the milestones: v2.9, v2.10 Aug 26, 2024
@dlvenable dlvenable modified the milestones: v2.10, v2.11 Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Projects
Development

No branches or pull requests

1 participant