pkg/cvo: add test utility functions#833
Conversation
2ad76e8 to
ee8477e
Compare
|
/retest |
ee8477e to
62e0c30
Compare
|
/test e2e-agnostic-upgrade-into-change |
Steps: - Changed go.mod to use 'go 1.18' - go mod tidy - go mod vendor
that allows checks of an entire structure or one of it's sub-structures (using generics). Also added is the ability to check for a single status, e.g. the "final" status, by specifying a condition to indicate some state such as finality, e.g. Completed==3. There are also some functions that allow a test to wait for a particular condition, e.g. payload load status is "PayloadLoaded", before continuing.
62e0c30 to
00d08de
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jottofar, LalatenduMohanty The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/test e2e-agnostic |
|
Only failing /override ci/prow/e2e-agnostic |
|
Only failing /override ci/prow/e2e-agnostic-upgrade-into-change |
|
@wking: Overrode contexts on behalf of wking: ci/prow/e2e-agnostic DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@wking: Overrode contexts on behalf of wking: ci/prow/e2e-agnostic-upgrade-into-change DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@jottofar: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
that allow checks of an entire structure or one of it's sub-structures (using generics). Also added is the ability to check for a single
status, e.g. the "final" status, by specifying a condition to indicate some state such as finality, e.g. Completed==3. There are also some functions that allow a test to wait for a particular condition, e.g. payload load status is "PayloadLoaded", before continuing.