You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍
The text was updated successfully, but these errors were encountered:
/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 seename
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:
kubectl version
): v1.20.15uname -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 👍
The text was updated successfully, but these errors were encountered: