-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Add other executor tests to K8s tests #47472
Add other executor tests to K8s tests #47472
Conversation
As discussed #46502 was accidentally removing the other tests in Feb 😓 .. |
We should bring back all tests. |
There are also KPO tests for example. |
cc: @jason810496 -> Maybe you can bring it back, apparently I missed that #46502 only run k8S test. |
As #46502 was made to remove flakiness... hopefully this does not add it back again :-O |
👀 |
I accidentally committed the modified test case (I only ran the KubernetesExecutor locally for faster iteration during development). I believe this won’t reintroduce flakiness, as I simply replaced time.sleep with kubectl rollout status --watch. |
da1deaa
to
cbc4fa4
Compare
cbc4fa4
to
28aeeb0
Compare
Green (besides sadly I needed to add XFail for the LocalExecutor tests which are caused by not able to make LocalExecutor work in KinD --> #47518 ) |
Somehow ONLY k8sExecutor used pytests in K8s CI deployments. @potiuk pointed me to the fact that other executors also had tests... but seems they were not called.
This PR (attempts) to add the tests for other executors