-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: improve e2e tests reliability #2942
Conversation
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
/run-e2e |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
/run-e2e mysql* |
/run-e2e |
/run-e2e |
/run-e2e |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
/run-e2e |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
/run-e2e |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
/run-e2e sql |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
/run-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
/run-e2e |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
/run-e2e sql |
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
/run-e2e sql |
Signed-off-by: Jorge Turrado jorge_turrado@hotmail.es
Summary of changes:
argo-rollouts e2e test used outdated manifest and that's why it fails:
Small improvements in mysql
Small improvements in postgresql
Redis e2e tests don't use pvc any more (slow responses sometimes provisioning them produces timeout on tests)
Influxdb e2e test doesn't use pvc any more (slow responses sometimes provisioning them produces timeout on test)
Checklist