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

divide ApplyTaskResultsToPipelineResults tests into success and error #6388

Merged

Commits on Mar 17, 2023

  1. divide ApplyTaskResultsToPipelineResults tests into success and error

    This commit divides ApplyTaskResultsToPipelineResults unit tests into
    success and error, two separate tests to improve the readibility and
    easier to find bugs. Before this commit, the unit test doesn't check the
    case when the return error is not nil but expect nil, and some errors
    are not checked.
    
    Signed-off-by: Yongxuan Zhang [email protected]
    Yongxuanzhang committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    72804c3 View commit details
    Browse the repository at this point in the history