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

oc get istag/mysql:5.5 fails #11381

Closed
bparees opened this issue Oct 15, 2016 · 7 comments
Closed

oc get istag/mysql:5.5 fails #11381

bparees opened this issue Oct 15, 2016 · 7 comments
Assignees
Labels
component/imageregistry kind/test-flake Categorizes issue or PR as related to test flakes. priority/P0

Comments

@bparees
Copy link
Contributor

bparees commented Oct 15, 2016

Not sure if this is a flake or something more fundamental, it is failing consistently since friday night.

https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_check/7166/consoleFull#87565479056c25df4e4b05b79524e5d52

FAILURE after 59.513s: test/cmd/images_tests.sh:177: executing 'oc get istag/mysql:5.5' expecting success; re-trying every 0.2s until completion or 60.000s: the command timed out

i've confirmed that mysql:5.5 can be imported/imagestream created on my machine.

@mfojtik
Copy link
Contributor

mfojtik commented Oct 16, 2016

@bparees #11245 merged this Friday. @legionus can you take a look?

@0xmichalis
Copy link
Contributor

0xmichalis commented Oct 17, 2016

Not sure if it's related to #11245, the slowness in the istag api seems like different. This is probalby the same issue as #10663.

@liggitt
Copy link
Contributor

liggitt commented Oct 17, 2016

bumping priority, queue is failing 100% on this

@liggitt
Copy link
Contributor

liggitt commented Oct 17, 2016

the failure is in images-old-policy.sh, which tests behavior of the tag command when direct istag creation cannot be performed.

@liggitt
Copy link
Contributor

liggitt commented Oct 17, 2016

looks like the test is running against the dockerhub mysql image, and is only importing a few of the many possible tags. the dockerhub image just pushed a bunch of tag changes 2 days ago, and 5.5 is not even in the spec.tags list of the imagestream:

$ oc get is mysql -o yaml
apiVersion: v1
kind: ImageStream
metadata:
  annotations:
    openshift.io/image.dockerRepositoryCheck: 2016-10-17T14:00:26Z
  creationTimestamp: 2016-10-17T14:00:26Z
  generation: 1
  name: mysql
  namespace: cmd-images-old-policy
  resourceVersion: "616"
  selfLink: /oapi/v1/namespaces/cmd-images-old-policy/imagestreams/mysql
  uid: 0e431f2e-9472-11e6-86f8-acbc32c1ca87
spec:
  tags:
  - annotations: null
    from:
      kind: DockerImage
      name: mysql:5
    generation: 1
    importPolicy: {}
    name: "5"
  - annotations: null
    from:
      kind: DockerImage
      name: mysql:5.7
    generation: 1
    importPolicy: {}
    name: "5.7"
  - annotations: null
    from:
      kind: DockerImage
      name: mysql:8.0.0
    generation: 1
    importPolicy: {}
    name: 8.0.0
  - annotations: null
    from:
      kind: DockerImage
      name: mysql:latest
    generation: 1
    importPolicy: {}
    name: latest

@knobunc
Copy link
Contributor

knobunc commented Oct 25, 2016

This is happening over on release-1.3 branch.

@liggitt
Copy link
Contributor

liggitt commented Oct 27, 2016

fix was in #11393 if you want to cherry pick it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/imageregistry kind/test-flake Categorizes issue or PR as related to test flakes. priority/P0
Projects
None yet
Development

No branches or pull requests

6 participants