Refactor getTaskRunCreations
to be explicit on getting TaskRuns
#6143
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
The usage of
getTaskRunCreations
in the pipelineRun reconciler test suite verifies implementation details (API calls) rather than the outputs we care about (TaskRuns themselves), making the tests harder to understand. This should be refactored to not rely on this.Originally posted by @lbernick in #6135 (comment)
/kind cleanup
The text was updated successfully, but these errors were encountered: