Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: fix pprof flakes #12518

Merged
merged 1 commit into from
Dec 6, 2021
Merged

Conversation

vrothberg
Copy link
Member

Give the services some more time after SIGINT to shutdown.
Eventually(session, 5) will poll the session for the specific
condition at a frequency of 10ms for at most 5 seconds.

Fixes: #12167
Signed-off-by: Valentin Rothberg [email protected]

Give the services some more time after SIGINT to shutdown.
`Eventually(session, 5)` will poll the session for the specific
condition at a frequency of 10ms for at most 5 seconds.

Fixes: containers#12167
Signed-off-by: Valentin Rothberg <[email protected]>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 6, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vrothberg

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

The pull request process is described here

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. label Dec 6, 2021
@vrothberg
Copy link
Member Author

vrothberg commented Dec 6, 2021

@edsantiago, I am positive that will cure the flake but I am never fully satisfied with bumping timeouts. At least the polling will avoid waiting entire 5 seconds.

@edsantiago
Copy link
Member

Seems worth a try. Thanks @vrothberg .

@vrothberg
Copy link
Member Author

I should mention that eventually waits 1 second by default.

@edsantiago
Copy link
Member

I know: this gomega ref has been stickied in my browser for the last two weeks (due to all my e2e test work), and I checked it before commenting!

@vrothberg
Copy link
Member Author

@containers/podman-maintainers PTAL

@umohnani8
Copy link
Member

LGTM

@Luap99
Copy link
Member

Luap99 commented Dec 6, 2021

/lgtm

@edsantiago
Copy link
Member

/lgtm
/hold

@openshift-ci openshift-ci bot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm Indicates that a PR is ready to be merged. labels Dec 6, 2021
@edsantiago edsantiago removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 6, 2021
@openshift-merge-robot openshift-merge-robot merged commit 6d1b2dc into containers:main Dec 6, 2021
@vrothberg vrothberg deleted the fix-12167 branch December 6, 2021 15:51
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 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. lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pprof test is flaking again
5 participants