Applehv podman machine e2e "Basic ops" test timeout #20535
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
When executing the basic podman machine e2e, every test hits 90s timeout.
Example (log).
Steps to reproduce the issue
Steps to reproduce the issue
brew tap cfergeau/crc
brew install go go-md2man coreutils vfkit cirruslabs/cli/cirrus
sudo sysadminctl -addUser test-user
sudo rm -rf /Users/test-user/*
sudo rm -rf /Users/test-user/.??*
sudo su - test-user
make .install.ginkgo podman-remote podman-mac-helper
export MACHINE_IMAGE="https://fedorapeople.org/groups/podman/testing/applehv/arm64/fedora-coreos-38.20230925.dev.0-applehv.aarch64.raw.gz"
export CONTAINERS_MACHINE_PROVIDER="applehv"
export GINKGO_TAGS="remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp remote"
./test/tools/build/ginkgo -vv --tags "$GINKGO_TAGS" -timeout=90m --trace --no-color --focus-file "basic_test.go" pkg/machine/e2e/.
Describe the results you received
Describe the results you expected
Basic tests should all pass
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Same results on MacOS 13 and 14
Additional information
Manually running
./bin/darwin/podman --log-level=debug machine init --image-path $MACHINE_IMAGE --now
works perfectly fine.I tried using the
SpecTimeout
decorator but couldn't get it to work - likely I wrote the golang bad/wrong.The text was updated successfully, but these errors were encountered: