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
Description:
Right now we see some edge cases in the new v1 api changes were not able to cover with our e2e test. Therefore, we need to create a set of tests just to list and get runs and experiments from the Python sdk/cli.
Additional information:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered:
In existing e2e test cases, the CLI is used to upload pipelines, create runs, and list runs. Seems those changes address bugs for experiment-related APIs. I believe adding some test cases to call experiment-related APIs should be good for now. Any suggestion?
yeah we need to have some tests on listing experiments and runs. In the case of listing runs we might want to cover few cases like listing run with different namespaces to cover each condition.
/kind feature
Description:
Right now we see some edge cases in the new v1 api changes were not able to cover with our e2e test. Therefore, we need to create a set of tests just to list and get runs and experiments from the Python sdk/cli.
Additional information:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: