Skip to content

alm-example validation#115

Closed
gallettilance wants to merge 1 commit intooperator-framework:masterfrom
gallettilance:alm
Closed

alm-example validation#115
gallettilance wants to merge 1 commit intooperator-framework:masterfrom
gallettilance:alm

Conversation

@gallettilance
Copy link
Copy Markdown
Member

No description provided.

@openshift-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: gallettilance
To complete the pull request process, please assign kevinrizza after the PR has been reviewed.
You can assign the PR to them by writing /assign @kevinrizza in a comment when ready.

The full list of commands accepted by this bot can be found 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

Comment thread Makefile

TEST_PKGS:=$(shell go list ./...)
test-unit: ## Run the unit tests
$(Q)go test -count=1 -short ${TEST_PKGS}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason we need to add -v? Failing tests always have their details shown, so -v can sometimes make it hard to find the failing test if the entire test suite's details (even for passing tests) are always present.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 24, 2021
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jun 24, 2021

@gallettilance: PR needs rebase.

Details

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.

Comment thread Makefile
TEST_PKGS:=$(shell go list ./...)
test-unit: ## Run the unit tests
$(Q)go test -count=1 -short ${TEST_PKGS}
$(Q)go test -count=1 -short ${TEST_PKGS} -v
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ihmo only revert this one, rebase and all shows fine for me.
Really nice contribution.

@camilamacedo86
Copy link
Copy Markdown
Contributor

Closes in favor of: #207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants