Skip to content
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

SDK - Improve errors when ContainerOp.output is unavailable #1578

Conversation

Ark-kun
Copy link
Contributor

@Ark-kun Ark-kun commented Jul 1, 2019

ContainerOp.output is only available when there is only one output.
Right now, when there are multiple outputs it just holds None instead of the a task output reference.
In this case however it's indistinguishable from just passing None argument.
This PR gives a quick fix to make accessing the nonexistent .output a compile-time error.


This change is Reviewable

ContainerOp.output is only available when there is only one output.
Right now, when there are multiple outputs it just holds `None` instead of the a task output reference.
In this case however it's indistinguishable from just passing None argument.
This PR gives a quick fix to make accessing the nonexistent `.output` a compile-time error.
@gaoning777
Copy link
Contributor

Please fix the test errors.

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Sep 26, 2019

Please fix the test errors.

I've fixed the errors.

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Oct 11, 2019

All the tests pass.

@numerology
Copy link

/lgtm

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Oct 12, 2019

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Ark-kun

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 1b6047a into master Oct 12, 2019
@IronPan IronPan deleted the SDK---Improve-errors-when-ContainerOp.output-is-unavailable branch October 30, 2019 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants