-
Notifications
You must be signed in to change notification settings - Fork 0
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
K8s integration tests #2
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Glenn Moynihan <glennmoy@gmail.com>
Interesting unit test failure. Probably just started this check before the server started? Probably just need to add a retry to this:
|
Looked into the exact Julia version which started supporting
|
I'm getting close to getting these integration tests working but I think I'll make the initial release of this package so I'm not holding things up. |
I've had some other higher priority things to do lately but I do want to get back to this. |
Adds integration tests to this package which utilize K8sDeputy.jl in a K8s cluster. Some of these tests verify the behaviour of Julia and K8s handling around graceful termination. If these tests fail this could indicate that the content in this package may need to be adjusted.