Bug 1622195

Summary: EmptyDir wrapper test depends on git clone which we do not support to provide content
Product: OpenShift Container Platform Reporter: Clayton Coleman <ccoleman>
Component: StorageAssignee: Matthew Wong <mawong>
Status: CLOSED CURRENTRELEASE QA Contact: Liang Xia <lxia>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, aos-storage-staff, bchilds, xtian
Target Milestone: ---   
Target Release: 4.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-24 17:21:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Clayton Coleman 2018-08-24 16:52:52 UTC
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/18816/pull-ci-origin-e2e-gcp/2892/#sig-storage-emptydir-wrapper-volumes-should-not-conflict-suiteopenshiftconformanceparallel-suitek8s

The test

[sig-storage] EmptyDir wrapper volumes should not conflict  Suite:openshift/conformance/parallel] [Suite:k8s] 

uses the git volume which we do not support (we don't install git on RHEL, and we definitely won't on RHCoS).  We should change the test to not require git volumes because the test looks important.

Test is disabled in test/extended/util/test.go

Comment 1 Matthew Wong 2018-08-30 14:23:36 UTC
upstream PR opened: https://github.com/kubernetes/kubernetes/pull/68023

Comment 2 Matthew Wong 2018-09-12 17:45:00 UTC
origin PR opened: https://github.com/openshift/origin/pull/20959

Comment 3 Matthew Wong 2018-10-16 15:09:00 UTC
opened https://github.com/openshift/origin/pull/20959 to re-enable test