Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Remove cmd helper functions#4835

Merged
openshift-merge-robot merged 4 commits into
redhat-developer:mainfrom
anandrkskd:remove-helper-run
Jun 23, 2021
Merged

Remove cmd helper functions#4835
openshift-merge-robot merged 4 commits into
redhat-developer:mainfrom
anandrkskd:remove-helper-run

Conversation

@anandrkskd
Copy link
Copy Markdown
Contributor

@anandrkskd anandrkskd commented Jun 22, 2021

What type of PR is this?

/kind code-refactoring

What does this PR do / why we need it:
This PR will remove old helper functions mentioned below

  • CmdShouldRunAndTerminate
  • CmdShouldFail
  • CmdShouldPass
  • CmdShouldFailWithRetry
  • CmdShouldRunWithTimeout

Which issue(s) this PR fixes:

Fixes #4517

PR acceptance criteria:

  • Unit test

  • Integration test

  • Documentation

  • Update changelog

  • I have read the test guidelines

How to test changes / Special notes to the reviewer:

@dharmit
Copy link
Copy Markdown
Member

dharmit commented Jun 22, 2021

@anandrkskd can you PTAL if the test failures are related to this PR? I'm inclined to approve & lgtm this but don't want to create an infinite loop.

@dharmit
Copy link
Copy Markdown
Member

dharmit commented Jun 22, 2021

/approve

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jun 22, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dharmit

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Jun 22, 2021
@anandrkskd
Copy link
Copy Markdown
Contributor Author

@anandrkskd can you PTAL if the test failures are related to this PR? I'm inclined to approve & lgtm this but don't want to create an infinite loop.

Yeah I am looked into the previous one there was a typo already updated it. looking into k8s failure.

@anandrkskd
Copy link
Copy Markdown
Contributor Author

/test v4.7-integration-e2e
/test psi-kubernetes-integration-e2e

@anandrkskd
Copy link
Copy Markdown
Contributor Author

prow failure on v4.7-integration-e2e
/test v4.7-integration-e2e

remove replaced helper functions and port remaing test with new runner functions

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
@feloy
Copy link
Copy Markdown
Contributor

feloy commented Jun 23, 2021

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Jun 23, 2021
@openshift-merge-robot openshift-merge-robot merged commit 4ef651a into redhat-developer:main Jun 23, 2021
@anandrkskd anandrkskd deleted the remove-helper-run branch October 13, 2022 11:10
@rm3l rm3l added the area/refactoring Issues or PRs related to code refactoring label Jun 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. area/refactoring Issues or PRs related to code refactoring lgtm Indicates that a PR is ready to be merged. Required by Prow.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

convert cmd helpers to new CmdRunner

5 participants