-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(backend): api server panics on workflow with parameter without value. Fixes #5423 #5424
Conversation
/assign @NikeNano @capri-xiyue |
/retest |
{Name: "PARAM1", Value: workflowapi.AnyStringPtr("VALUE1")}, | ||
{Name: "PARAM2", Value: workflowapi.AnyStringPtr("VALUE2")}, | ||
{Name: "PARAM3", Value: workflowapi.AnyStringPtr("VALUE3")}, | ||
{Name: "PARAM4", Value: workflowapi.AnyStringPtr("")}, | ||
{Name: "PARAM5", Value: workflowapi.AnyStringPtr("VALUE5")}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: does it add anything to have to have all these cases or could re remove PARAM1
and PARAM2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to have cases that have focused goals. When they fail, it's easier to find out why.
/retest |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobgy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* test: upgrade kfp to 1.5.0-rc.2 * test: apply fix of kubeflow/pipelines#5424
Description of your changes:
Fixes #5423
Checklist:
Do you want this pull request (PR) cherry-picked into the current release branch?
Learn more about cherry-picking updates into the release branch.