beacon-biosignals / K8sClusterManagers.jl

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

Add test run identifier for K8s resources #107

Closed omus closed 1 year ago

omus commented 1 year ago

Minor follow up to #104. When I set the worker_prefix for the tests I introduced a minor issue where if a test were to fail then future tests would use the same worker_prefix and would fail as there were more workers than expected.

I've address this problem by introducing a unique identifier into the worker_prefix which avoids this problem. Additionally, as a convenience to package maintainers I used the same identifier between tests and included that identifier in the resource names to make it more obvious at a glance if multiple failures are from the same test run.