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

[1.14] skip test failing on mount eperm #3072

Merged

Conversation

haircommander
Copy link
Member

This test is failing only on fedora with the following text:


[sig-storage]  CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block  volmode)] volumeMode should create sc, pod, pv, and pvc, read/write to  the pv, and delete all created resources expand_less | 1m5s
-- | --
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/testsuites/volumemode.go:252 "dd if=/tmp/file1 of=/mnt/volume1 bs=64 count=1" should succeed, but failed with exit code 1 and error message "error running &{/go/src/k8s.io/kubernetes/_output/bin/kubectl [kubectl --server=https://172.18.4.0:6443 --kubeconfig=/var/run/kubernetes/admin.kubeconfig exec --namespace=volumemode-4510 security-context-2b0de23f-3097-11ea-b472-0e349060153d -- /bin/sh -c dd if=/tmp/file1 of=/mnt/volume1 bs=64 count=1] []  <nil>  dd: can't open '/mnt/volume1': Permission denied\ncommand terminated with exit code 1\n [] <nil> 0xc0012c0480 exit status 1 <nil> <nil> true [0xc0014b3ac0 0xc0014b3ae8 0xc0014b3b08] [0xc0014b3ac0 0xc0014b3ae8 0xc0014b3b08] [0xc0014b3ae0 0xc0014b3af8] [0xb90df0 0xb90df0] 0xc0019ceb40 <nil>}:\nCommand stdout:\n\nstderr:\ndd: can't open '/mnt/volume1': Permission denied\ncommand terminated with exit code 1\n\nerror:\nexit status 1\n" Unexpected error:     <exec.CodeExitError>: {         Err: {             s: "error running &{/go/src/k8s.io/kubernetes/_output/bin/kubectl [kubectl --server=https://172.18.4.0:6443 --kubeconfig=/var/run/kubernetes/admin.kubeconfig exec --namespace=volumemode-4510 security-context-2b0de23f-3097-11ea-b472-0e349060153d -- /bin/sh -c dd if=/tmp/file1 of=/mnt/volume1 bs=64 count=1] []  <nil>  dd: can't open '/mnt/volume1': Permission denied\ncommand terminated with exit code 1\n [] <nil> 0xc0012c0480 exit status 1 <nil> <nil> true [0xc0014b3ac0 0xc0014b3ae8 0xc0014b3b08] [0xc0014b3ac0 0xc0014b3ae8 0xc0014b3b08] [0xc0014b3ae0 0xc0014b3af8] [0xb90df0 0xb90df0] 0xc0019ceb40 <nil>}:\nCommand stdout:\n\nstderr:\ndd: can't open '/mnt/volume1': Permission denied\ncommand terminated with exit code 1\n\nerror:\nexit status 1\n",         },         Code: 1,     }     error running &{/go/src/k8s.io/kubernetes/_output/bin/kubectl [kubectl --server=https://172.18.4.0:6443 --kubeconfig=/var/run/kubernetes/admin.kubeconfig exec --namespace=volumemode-4510 security-context-2b0de23f-3097-11ea-b472-0e349060153d -- /bin/sh -c dd if=/tmp/file1 of=/mnt/volume1 bs=64 count=1] []  <nil>  dd: can't open '/mnt/volume1': Permission denied     command terminated with exit code 1      [] <nil> 0xc0012c0480 exit status 1 <nil> <nil> true [0xc0014b3ac0 0xc0014b3ae8 0xc0014b3b08] [0xc0014b3ac0 0xc0014b3ae8 0xc0014b3b08] [0xc0014b3ae0 0xc0014b3af8] [0xb90df0 0xb90df0] 0xc0019ceb40 <nil>}:     Command stdout:          stderr:     dd: can't open '/mnt/volume1': Permission denied     command terminated with exit code 1          error:     exit status 1      occurred /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/storage/utils/utils.go:62

It probably has to do with changes to the AMI that I haven't been able to pin down. in order to unblock this branch, let's drop the test until time permits to investigate further

Signed-off-by: Peter Hunt pehunt@redhat.com

Signed-off-by: Peter Hunt <pehunt@redhat.com>
@openshift-ci-robot openshift-ci-robot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Jan 6, 2020
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 6, 2020
@rhatdan
Copy link
Contributor

rhatdan commented Jan 6, 2020

/approve
lgtm

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: haircommander, rhatdan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 6, 2020
@codecov
Copy link

codecov bot commented Jan 6, 2020

Codecov Report

Merging #3072 into release-1.14 will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           release-1.14    #3072   +/-   ##
=============================================
  Coverage         30.87%   30.87%           
=============================================
  Files                78       78           
  Lines              7102     7102           
=============================================
  Hits               2193     2193           
  Misses             4760     4760           
  Partials            149      149

@haircommander
Copy link
Member Author

/retest

5 similar comments
@haircommander
Copy link
Member Author

/retest

@haircommander
Copy link
Member Author

/retest

@haircommander
Copy link
Member Author

/retest

@haircommander
Copy link
Member Author

/retest

@haircommander
Copy link
Member Author

/retest

Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: haircommander, rhatdan, saschagrunert

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [rhatdan,saschagrunert]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@haircommander
Copy link
Member Author

huzzah @umohnani8 @rhatdan @mrunalp PTAL

@mrunalp
Copy link
Member

mrunalp commented Jan 7, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 7, 2020
@haircommander
Copy link
Member Author

/retest

@openshift-merge-robot openshift-merge-robot merged commit 3ab42d6 into cri-o:release-1.14 Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants