You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: