-
Notifications
You must be signed in to change notification settings - Fork 369
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
E2E test should cover upgrade case #511
Comments
@jianjuns @antoninbas @salv-orlando please share your opinions and see if we should have this ready before 0.5.0 as we have missed something that could cause issue after upgrading, like #494. |
Yes, agreed we should have this in 0.5.0, since we had production deployment since 0.4.0. |
I think that's a good start and we should try to have this in time for 0.5. Maybe in the longer term we can verify other things as well (e.g. monitoring CRDs are still valid and Octant plugin still works as expected?). What do you think the test should look like exactly? Maybe a specific folder under "test/e2e/" and the ability to provide 2 parameters when running |
Thanks @jianjuns and @antoninbas for your input. |
@antoninbas sure, @jianjuns and I are discussing adding controllerinfo API under this group, if we can make it 0.5.0, then we don't have to have a dummy one. If not, I will take care of adding a dummy APIGroup. |
The new Go test (TestUpgrade) is meant to be run through the wrapper script ./ci/kind/test-upgrade-antrea.sh. At the moment we test upgrade from versions 0.3.0, 0.4.0 and 0.4.1 as part of CI, but we can modify that set as we go through Antrea releases. We also run the test for every PR against master, which may be a bit excessive. Fixes antrea-io#511
The new Go test (TestUpgrade) is meant to be run through the wrapper script ./ci/kind/test-upgrade-antrea.sh. At the moment we test upgrade from versions 0.3.0, 0.4.0 and 0.4.1 as part of CI, but we can modify that set as we go through Antrea releases. We also run the test for every PR against master, which may be a bit excessive. Fixes antrea-io#511
The new Go test (TestUpgrade) is meant to be run through the wrapper script ./ci/kind/test-upgrade-antrea.sh. At the moment we test upgrade from versions 0.3.0, 0.4.0 and 0.4.1 as part of CI, but we can modify that set as we go through Antrea releases. We also run the test for every PR against master, which may be a bit excessive. Fixes antrea-io#511
The new Go test (TestUpgrade) is meant to be run through the wrapper script ./ci/kind/test-upgrade-antrea.sh. At the moment we test upgrade from versions 0.3.0, 0.4.0 and 0.4.1 as part of CI, but we can modify that set as we go through Antrea releases. We also run the test for every PR against master, which may be a bit excessive. Fixes antrea-io#511
The new Go test (TestUpgrade) is meant to be run through the wrapper script ./ci/kind/test-upgrade-antrea.sh. At the moment we test upgrade from versions 0.3.0, 0.4.0 and 0.4.1 as part of CI, but we can modify that set as we go through Antrea releases. We also run the test for every PR against master, which may be a bit excessive. Fixes #511
Describe the bug
There should be upgrade tests to ensure:
The text was updated successfully, but these errors were encountered: