-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
pprof test is flaking again #12167
Comments
@jwhonce could you make time to look at this please? podman system service verify pprof endpoints [It] are not available
podman system service verify pprof endpoints [It] are available
|
@jwhonce pretty pretty please? This is our number-one flake right now |
podman system service verify pprof endpoints [It] are not available
@jwhonce ping |
Can someone else, anyone, please take a look at this flake? It's hitting us hard. podman system service verify pprof endpoints [It] are not available
|
I'll take a look ✔️ |
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]>
Oh noooooo... now it's flaking in the Interrupt, not the Eventually |
Come on! 😆 |
This gives the service 5 seconds to digest the signal and 5 more seconds to shutdown. Create a new variable to make bumping the timeout easier in case we see re-flake in the future. Fixes: containers#12167 Signed-off-by: Valentin Rothberg <[email protected]>
Still flaking (I confirmed that my branch has the latest "fix"): https://storage.googleapis.com/cirrus-ci-6707778565701632-fcae48/artifacts/containers/podman/5457134111424512/html/int-podman-ubuntu-2110-rootless-host.log.html |
😭 ... OK, let's bump it to 10 seconds? |
This is the third and hopefully the last attempt to address the flakes in the pprof tests. We first bumped the timeouts to 2 seconds, then to 5, and since I am running out of ideas let's bump it now to 20 seconds. Since the timeouts poll, the tests will terminate much earlier but 20 seconds should now really be enough even under highly loaded CI VMs. Fixes: containers#12167 Signed-off-by: Valentin Rothberg <[email protected]>
Bumped to 20 in #12588 |
Currently our number one flake. @jwhonce PTAL.
podman system service verify pprof endpoints [It] are available
podman system service verify pprof endpoints [It] are not available
Common factor seems to be rootless.
The text was updated successfully, but these errors were encountered: