Bug 1029241 - Frequent error from site test case
Summary: Frequent error from site test case
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Website
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jordan Liggitt
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-12 00:10 UTC by Dan McPherson
Modified: 2015-05-15 01:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-12 21:50:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.