Bug 1029241

Summary: Frequent error from site test case
Product: OpenShift Online Reporter: Dan McPherson <dmcphers>
Component: WebsiteAssignee: Jordan Liggitt <jliggitt>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.xCC: ccoleman, jliggitt
Target Milestone: ---Keywords: UpcomingRelease
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-12 21:50:16 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:

Description Dan McPherson 2013-11-12 00:10:50 UTC
This is failing almost every test case run:

  1) Failure:
test_get_app_by_singular_resource_url(SingularResourcesIntegrationTest) [/opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-console-1.17.3/test/integration/singular_resources_test.rb:15]:
Expected at least 1 element matching "h1 > .name", found 0.


And in this case failed on two retries:

https://ci.dev.openshift.redhat.com/jenkins/job/test_pull_requests/5280/console


However, most times it works on retries.

Comment 1 Jordan Liggitt 2013-11-12 20:06:04 UTC
Selector was incorrect in some cases...making a more generic:

h1 .name

Comment 2 openshift-github-bot 2013-11-12 21:24:53 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/a2cefef46be1664ea38770212f4edb57cff9ae71
Fix bug 1029241: Make test case selector match better