-
Notifications
You must be signed in to change notification settings - Fork 313
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
Migrate all integration tests to new infrastructure #975
Comments
With this commit we migrate the integration test that checks for misspelled track parameters to the new infrastructure. Relates elastic#975
With this commit we migrate the integration test that checks for misspelled track parameters to the new infrastructure. Relates #975
This commit moves the test_configure which validates the configure command completes properly to the new infrastructure. Relates elastic#975
This commit moves the test_configure which validates the configure command completes properly to the new infrastructure. Relates elastic#975
@danielmitterdorfer Can I try to migrate the test_docker_dev_image tests? I did some tests with the first one and it apparently worked as it should. (BTW, it I'm not sure if it is the right way to do it, but I tried to follow the other tests migrations as a guideline as much as I could). |
@bartier sure, thanks for helping out. I think it would be good to get a preliminary review on the migration of the first test and then expand to further tests (in the same PR). |
With this commit we migrate the integration test for HTTP proxy connections to the new integration test infrastructure and cleanup any remaining leftovers in the old script (which is still used for Docker release image tests). Relates #975
In #919 we added a new integration test infrastructure based on
py.test
to replace the existing shell scriptintegration-test.sh
. While some of the integration tests have already been migrated, a couple of them are still left:test_proxy_connection
Add integration test for proxy #1029test_configure
Migrate configure test to new IT infrastructure #1023test_distribution_fails_with_wrong_track_params
: Migrate track param check to new IT infrastructure #977test_docker_dev_image
[WIP] Migrate first test_docker_dev_image #1026integration-test.sh
and its invocation intox.ini
Add integration test for proxy #1029The text was updated successfully, but these errors were encountered: