beacon-biosignals / K8sClusterManagers.jl

A Julia cluster manager for Kubernetes
Other
31 stars 5 forks source link

Test worker termination during launch #72

Open omus opened 3 years ago

omus commented 3 years ago

Currently the cluster tests don't include having a worker terminate during the launch procedure. I expect the current behaviour would cause the launch to be terminated due to an uncaught exception being raised (either while waiting for the pod to be running or while the manager attempts to connect).