-
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
minikube flakes #21931
Comments
Weird that already the cri-docker.socket fails, you would think it would wait until cri-docker.service https://github.com/Mirantis/cri-dockerd/tree/master/packaging/systemd |
New run_minikube() helper, modeled after run_podman(). Echoes each command being run and its output. On failure, runs minikube logs. Addresses (does not close) containers#21931 which is hitting us hard in CI. Probably quay flakes, but it's impossible to tell without logs. Also: bug fix: one "run podman" fixed to run_podman Signed-off-by: Ed Santiago <[email protected]>
"ErrImagePull" smells to me like quay flake. Anyone know for sure? |
I believe I hit this using a "new" F40 image (still under test) or possibly a new flake? The output seems similar to a previous (above) hit on:
I don't think that test should be trying to use QEMU, but maybe that's a red herring? In any case, I re-ran the task and it passed. |
This is starting to compete with #22551 for the Most Annoying Flake award.
|
Maybe worth asking Urvashi to take a look? IIRC she wrote these tests, and might have a quick/easy answer. |
FWIW, I attempted to reproduce this in a Ref: #23237 |
No useful diagnostics:
Smells like the quay flakiness, but there's nothing to go on. Tests should probably be instrumented to run
journalctl
,minikube logs
, and anything else that could give a user some hints.The text was updated successfully, but these errors were encountered: