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

flake: test/e2e/search_test.go #16248

Closed
vrothberg opened this issue Oct 21, 2022 · 0 comments
Closed

flake: test/e2e/search_test.go #16248

vrothberg opened this issue Oct 21, 2022 · 0 comments
Labels
flakes Flakes from Continuous Integration locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@vrothberg
Copy link
Member

The search tests are currently flaking. The problem with search is that it's not part of a spec and that there is no guarantee whether the searched term will be returned even if the image exists on the registry (see failure below).

[+1204s] • Failure [1.999 seconds]
[+1204s] Podman search
[+1204s] /var/tmp/go/src/github.com/containers/podman/test/e2e/search_test.go:27
[+1204s]   podman search [It]
[+1204s]   /var/tmp/go/src/github.com/containers/podman/test/e2e/search_test.go:74
[+1204s] 
[+1204s]   Expected
[+1204s]       <string>: NAME DESCRIPTION docker.io/alpinelinux/docker-cli Simple and lightweight Alpine Linux image wi... docker.io/alpinelinux/alpine-gitlab-ci Build Alpine Linux packages with Gitlab CI docker.io/alpinelinux/gitlab-runner-helper Helper image container gitlab-runner-helper... docker.io/alpinelinux/alpine-drone-ci Build Alpine Linux packages with drone CI docker.io/alpinelinux/apkbuild-lint-tools Tools for linting APKBUILD files in a CI env... docker.io/alpinelinux/docker-alpine docker.io/alpinelinux/unbound docker.io/alpinelinux/gitlab-runner Alpine Linux gitlab-runner (supports more ar... docker.io/alpinelinux/docker-compose docker-compose image based on Alpine Linux docker.io/alpinelinux/docker-abuild Dockerised abuild docker.io/alpinelinux/build-base Base image suitable for building packages wi... docker.io/alpinelinux/darkhttpd docker.io/alpinelinux/golang Build container for golang based on Alpine L... docker.io/rancher/alpine-git docker.io/alpinelinux/mqtt-exec docker.io/alpinelinux/rsyncd docker.io/alpinelinux/package-builder Container to build packages for a repository docker.io/alpinelinux/alpine-docker-gitlab Gitlab running on Alpine Linux docker.io/alpinelinux/mirror-status docker.io/alpinelinux/git-mirror-syncd docker.io/grafana/alpine Alpine Linux with ca-certificates package in... docker.io/alpinelinux/ansible Ansible in docker docker.io/alpinelinux/gitlab Alpine Linux based Gitlab image docker.io/alpinelinux/secdb docker.io/ibmcom/alpine-helm-s390x quay.io/libpod/alpine quay.io/almworks/alpine-curl quay.io/openshifttest/base-alpine quay.io/cilium/alpine-curl quay.io/dougbtv/alpine quay.io/aptible/alpine ![](https://quay.io/repository/aptible/alpin... quay.io/openshifttest/nginx-alpine quay.io/bedrock/alpine quay.io/giantswarm/alpine quay.io/verygoodsecurity/testcafe-alpine-ci quay.io/vqcomms/alpine-tools quay.io/wire/alpine-deps quay.io/wire/alpine-builder quay.io/wire/alpine-prebuilder quay.io/wire/alpine-git quay.io/kubevirt/alpine-container-disk-demo Part of kubevirt/kubevirt artifacts quay.io/openshifttest/alpine quay.io/watchdogpolska/alpine-curl quay.io/kubevirt/alpine-ext-kernel-boot-demo quay.io/nvlab/alpine quay.io/codefresh/alpine quay.io/kubevirtci/alpine-with-test-tooling-container-disk quay.io/crio/alpine quay.io/mm-dict/alpine quay.io/wire/alpine-sphinx
[+1204s]   to contain substring
[+1204s]       <string>: docker.io/library/alpine
[+1204s] 
[+1204s]   /var/tmp/go/src/github.com/containers/podman/test/e2e/search_test.go:79
[+1204s] 
[+1204s]   Full Stack Trace
[+1204s]   github.com/containers/podman/v4/test/e2e.glob..func103.3()
[+1204s]   	/var/tmp/go/src/github.com/containers/podman/test/e2e/search_test.go:79 +0x251
@vrothberg vrothberg added the flakes Flakes from Continuous Integration label Oct 21, 2022
vrothberg added a commit to vrothberg/libpod that referenced this issue Nov 28, 2022
There's no guarantee that the searched image will be returned, so only
make sure that "alpine" is mentioned somewhere.

Fixes: containers#16248
Signed-off-by: Valentin Rothberg <[email protected]>
vrothberg added a commit to vrothberg/libpod that referenced this issue Dec 14, 2022
There's no guarantee that the searched image will be returned, so only
make sure that "alpine" is mentioned somewhere.

Fixes: containers#16248
Signed-off-by: Valentin Rothberg <[email protected]>
@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 12, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
flakes Flakes from Continuous Integration locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

1 participant