On Fri, 2012-07-27 at 14:28 +0200, Michal Fojtik wrote:
> Hi,
> 
> The problem under 1.8 seems missing 'require "rubygems"' on top
> of 'test_helper.rb'. Adding that solved this problem.
> 
> I applied David patches on top of my patches + added the EC2 front-end
> patches.
> 
> Everything seems to play nicely together though now it is more than 20
> patches ;-) (I know I promised not send patch-bombs anymore).
> 
> To make it more easy to review, I compressed them into tar archive you
> found attached to this email.
> 
> David: Can we just commit what we have now, even it is not ideal in terms of
> recording credentials and then fix it later? 

I'd love to commit the patches, but for me 'rake test' fails with a
whole bunch of VCR failures in the EC2 tests. I've uploaded a log of
'rake test'[1] and attach my Gemfile.lock

These patches get an ACK from me if rerecording the VCR data does indeed
fix the failures - if that's all you need to do, feel free to commit
them.

David

[1] http://people.apache.org/~lutter/rake-test.txt



PATH
  remote: .
  specs:
    deltacloud-core (1.0.0)
      aws (>= 2.5.4)
      cloudfiles
      cloudservers
      crack
      excon (>= 0.14.2)
      fog (>= 1.4.0)
      haml (>= 2.2.17)
      json (>= 1.1.9)
      net-ssh (>= 2.0.0)
      nokogiri (>= 1.4.3)
      openstack (>= 1.0.1)
      rack (>= 1.0.0)
      rack-accept
      rake (>= 0.8.7)
      rbovirt (>= 0.0.6)
      require_relative
      rest-client
      sinatra (>= 0.9.4)
      sinatra-rabbit (>= 1.0.10)
      thin (>= 1.2.5)
      uuidtools (>= 2.1.1)
      waz-storage (>= 1.1.0)

GEM
  remote: http://rubygems.org/
  specs:
    addressable (2.2.8)
    aws (2.5.6)
      http_connection
      uuidtools
      xml-simple
    builder (3.0.0)
    cloudfiles (1.5.0.1)
      json
    cloudservers (0.4.2)
      json
    crack (0.3.1)
    daemons (1.1.8)
    eventmachine (0.12.10)
    excon (0.14.3)
    fog (1.4.0)
      builder
      excon (~> 0.14.0)
      formatador (~> 0.2.0)
      mime-types
      multi_json (~> 1.0)
      net-scp (~> 1.0.4)
      net-ssh (>= 2.1.3)
      nokogiri (~> 1.5.0)
      ruby-hmac
    formatador (0.2.3)
    haml (3.1.6)
    http_connection (1.4.1)
    json (1.7.4)
    mime-types (1.19)
    minitest (3.3.0)
    multi_json (1.3.6)
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-ssh (2.5.2)
    nokogiri (1.5.5)
    openstack (1.0.1)
      json
    rack (1.4.1)
    rack-accept (0.4.5)
      rack (>= 0.4)
    rack-protection (1.2.0)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
    rake (0.9.2.2)
    rbovirt (0.0.12)
      nokogiri
      rest-client
    require_relative (1.0.3)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    ruby-hmac (0.4.0)
    simplecov (0.6.4)
      multi_json (~> 1.0)
      simplecov-html (~> 0.5.3)
    simplecov-html (0.5.3)
    sinatra (1.3.2)
      rack (~> 1.3, >= 1.3.6)
      rack-protection (~> 1.2)
      tilt (~> 1.3, >= 1.3.3)
    sinatra-rabbit (1.0.10)
      sinatra (>= 1.3.0)
    thin (1.4.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    tilt (1.3.3)
    uuidtools (2.1.3)
    vcr (2.2.4)
    waz-storage (1.1.3)
      rest-client
      ruby-hmac
    webmock (1.8.8)
      addressable (~> 2.2.8)
      crack (>= 0.1.7)
    xml-simple (1.1.1)

PLATFORMS
  ruby

DEPENDENCIES
  aws
  deltacloud-core!
  minitest
  rack-test
  simplecov
  vcr
  webmock

Reply via email to