Bug 999637 - Client tests fail with seed 48203
Summary: Client tests fail with seed 48203
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jessica Forrester
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-21 18:28 UTC by Clayton Coleman
Modified: 2015-05-15 02:20 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-29 12:46:45 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Clayton Coleman 2013-08-21 18:28:38 UTC
bundle exec rspec --seed 48203

has failure

  1) RHC::Rest#parse_response with result messages copies result messages to the object
     Failure/Error: subject.send(:parse_response, response).messages.should == ['Result field', 'Result severity']
       expected: ["Result field", "Result severity"]
            got: ["Result field", "Result severity", "Debug message"] (using ==)
     # ./spec/rhc/rest_spec.rb:303:in `block (4 levels) in <module:RHC>'

Comment 1 Jessica Forrester 2013-08-22 16:41:20 UTC
Fixed in https://github.com/openshift/rhc/pull/450

Comment 2 openshift-github-bot 2013-08-22 17:33:34 UTC
Commit pushed to master at https://github.com/openshift/rhc

https://github.com/openshift/rhc/commit/83a33dc9264cda33b4434cd74c40bd6dce22259e
Bug 999637 - rhc tests fail with seed 48203

Comment 3 Xiaoli Tian 2013-08-23 09:42:52 UTC
Verified it on devenv_3690, all the rhc spec tests are PASS:
#bundle install --path=/tmp/rhc_bundle && bundle exec rake spec

.................................................................................................................................................................................................................................................................................................

Finished in 1 minute 29.68 seconds
1344 examples, 0 failures

Randomized with seed 11663


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