tektoncd/pipeline

Cleanup 馃Ч `pipelinerunresolution_test.go` 馃Ч and move mock data, status mutations and selectors to testing framework.

Open

#8,921 opened on Jul 25, 2025

聽(6 comments)聽(0 reactions)聽(1 assignee)Go聽(1,943 forks)auto 404
area/testinggood first issuehelp wantedkind/cleanup

Repository metrics

Stars
聽(9,013 stars)
PR merge metrics
聽(PR metrics pending)

Description

Summary

Refactor pipelinerunresolution_test.go a bit and move testing helpers to the new testing framework location:

  • Move all mock data creation to pkg/reconciler/testing/factory.go, i.e. var p = ..., var pts = ..., newTaskRun(), ...
    • rename the single letter variables to proper names e.g. p => pipeline, pts = pipelineTasks, ...
  • Move all status transformers to pkg/reconciler/testing/status.go, i.e makeSucceed(), withCanceled()...
  • Move all selectors to pkg/reconciler/testing/selectors.go, i.e. nopGetCustomRun, ...

This is a good first issue.

Related issue #8906.

/help /good-first-issue /kind cleanup

Contributor guide