Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1762164

Summary: [Suite:openshift/oauth] LDAP IDP should authenticate against an ldap server [Suite:openshift/conformance/parallel]
Product: OpenShift Container Platform Reporter: zhou ying <yinzhou>
Component: apiserver-authAssignee: Stefan Schimanski <sttts>
Status: CLOSED DUPLICATE QA Contact: Wei Sun <wsun>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.2.0CC: aos-bugs, mfojtik, slaznick
Target Milestone: ---   
Target Release: ---   
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-10-16 07:26:45 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 zhou ying 2019-10-16 05:15:35 UTC
Description of problem:
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-azure-4.2/96

Version-Release number of selected component (if applicable):
release-openshift-ocp-installer-e2e-azure-4.2

[Suite:openshift/oauth] LDAP IDP should authenticate against an ldap server [Suite:openshift/conformance/parallel] 

fail [github.com/openshift/origin/test/extended/oauth/oauth_ldap.go:53]: Unexpected error:
    <*errors.errorString | 0xc003943700>: {
        s: "replica for openldap-server not avaiable: timed out waiting for the condition",
    }
    replica for openldap-server not avaiable: timed out waiting for the condition
occurred

Comment 1 zhou ying 2019-10-16 05:18:12 UTC
This case always failed with different timeout error, like:
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-azure-4.2/83
fail [github.com/openshift/origin/test/extended/oauth/oauth_ldap.go:95]: Unexpected error:
    <*errors.errorString | 0xc0002993f0>: {
        s: "timed out waiting for the condition",
    }
    timed out waiting for the condition
occurred


https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-azure-4.2/86
fail [github.com/openshift/origin/test/extended/oauth/oauth_ldap.go:100]: Expected
    <[]error | len:1, cap:1>: [
        {
            s: "error waiting for the pod 'oneshot-ldappasswd' to complete: timed out waiting for the condition",
        },
    ]
to be empty

https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-azure-4.2/93
fail [github.com/openshift/origin/test/extended/oauth/oauth_ldap.go:95]: Unexpected error:
    <*errors.errorString | 0xc00025b400>: {
        s: "timed out waiting for the condition",
    }
    timed out waiting for the condition
occurred

Comment 2 Standa Laznicka 2019-10-16 07:26:45 UTC
Maybe try actually looking into the test logs before you open a bug. The failures in the description and in comment 1 are unrelated. This bug is a duplicate of two separate bugs. Closing.

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