Skip to content

[e2e test] append key value to resources instead of pointer#522

Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
MrHohn:append-resource-value
Oct 23, 2018
Merged

[e2e test] append key value to resources instead of pointer#522
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
MrHohn:append-resource-value

Conversation

@MrHohn
Copy link
Copy Markdown
Member

@MrHohn MrHohn commented Oct 23, 2018

CheckResourceDeletion() appends pointer of the key to resources while detecting un-deleted resources, which would likely be pointing to a wrong key as the for loop goes. This PR changes it to append value of the key instead.
/assign @rramkumar1

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 23, 2018
@k8s-ci-robot k8s-ci-robot requested review from bowei and thockin October 23, 2018 19:01
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 23, 2018
@rramkumar1
Copy link
Copy Markdown
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 23, 2018
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MrHohn, rramkumar1

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

@k8s-ci-robot k8s-ci-robot merged commit 9c8116e into kubernetes:master Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants