-
Notifications
You must be signed in to change notification settings - Fork 485
Closed
Labels
Description
/kind bug
What steps did you take and what happened:
KatibClient.list_trials
function is broken, it no more respects to the experiment name parameter, it returns all the existing trials for all the experiments. As you'll see name
parameter is only used in the Exception message now.
What did you expect to happen:
I expect it to return the filtered trails of the experiment whose name is passed as a parameter.
Anything else you would like to add:
It's broken in this PR.
Environment:
- Katib version (check the Katib controller image version): v0.13.0
- Kubernetes version: (
kubectl version
): v1.20.15 - OS (
uname -a
):Linux ... 5.4.188-104.359.amzn2.x86_64 #1 SMP Thu Apr 14 20:53:13 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Impacted by this bug? Give it a 👍 We prioritize the issues with the most 👍
rubenaranamorera, anencore94 and tenzen-y