kfp-tekton icon indicating copy to clipboard operation
kfp-tekton copied to clipboard

Add additional tests to cover more scenario for the new kfp-tekton v1 api

Open Tomcli opened this issue 2 years ago • 4 comments

/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.]

Tomcli avatar Mar 10 '23 19:03 Tomcli

related #1180 #1179

Tomcli avatar Mar 10 '23 19:03 Tomcli

/assign @yhwang

Tomcli avatar Mar 10 '23 20:03 Tomcli

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?

yhwang avatar Mar 10 '23 22:03 yhwang

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.

Tomcli avatar Mar 10 '23 22:03 Tomcli