Bug 1915909 - e2e-cmd tests use docker.io
Summary: e2e-cmd tests use docker.io
Keywords:
Status: CLOSED DUPLICATE of bug 1904684
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: oc
Version: 4.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Maciej Szulik
QA Contact: zhou ying
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-13 17:32 UTC by Oleg Bulatov
Modified: 2021-01-14 11:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-01-14 11:25:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Oleg Bulatov 2021-01-13 17:32:21 UTC
Description of problem:

test/cmd/edit.sh and test/cmd/set-image.sh use images from docker.io, it occasionally causes them to fail.

Version-Release number of selected component (if applicable):


How reproducible:

Sometimes

Steps to Reproduce:
1. run e2e-cmd

Actual results:

https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_openshift-apiserver/177/pull-ci-openshift-openshift-apiserver-master-e2e-cmd/1349319304666943488

Running test/cmd/edit.sh:27: executing 'oc tag --source=docker docker.io/busybox:latest test:new' expecting success...
SUCCESS after 1.000s: test/cmd/edit.sh:27: executing 'oc tag --source=docker docker.io/busybox:latest test:new' expecting success
Running test/cmd/edit.sh:28: executing 'oc get istag/test:new' expecting success; re-trying every 0.2s until completion or 60.000s...
FAILURE after 60.000s: test/cmd/edit.sh:28: executing 'oc get istag/test:new' expecting success; re-trying every 0.2s until completion or 60.000s: the command timed out

Running test/cmd/set-image.sh:16: executing 'oc create -f ${TEST_DATA}/image-streams/image-streams-centos7.json' expecting success...
SUCCESS after 0.000s: test/cmd/set-image.sh:16: executing 'oc create -f ${TEST_DATA}/image-streams/image-streams-centos7.json' expecting success
Running test/cmd/set-image.sh:17: executing 'oc get imagestreamtags ruby:2.3' expecting success; re-trying every 0.2s until completion or 60.000s...
FAILURE after 60.000s: test/cmd/set-image.sh:17: executing 'oc get imagestreamtags ruby:2.3' expecting success; re-trying every 0.2s until completion or 60.000s: the command timed out

Expected results:

SUCCESS for all tests

Additional info:

BZ for builds.sh is BZ 1915907

Comment 1 Maciej Szulik 2021-01-14 11:25:09 UTC
This is being already worked on in https://bugzilla.redhat.com/show_bug.cgi?id=1904684

*** This bug has been marked as a duplicate of bug 1904684 ***


Note You need to log in before you can comment on or make changes to this bug.