On Wed, 2012-07-18 at 18:03 +0200, [email protected] wrote:
> Sorry for this 'scary' $SUBJECT but this patchset deprecate all tests we had 
> in
> server/tests directory in favor of new internal API tests that will be stored 
> in
> this directory.

Nice stuff; unfortunately, running the tests with 'bundle exec rake
test' is a major DOS on my computer - the ruby process quickly grows to
about 4GB and then does not progress very much.

I haven't been able to figure out what exactly causes this. This is on
F16, Gemfile.lock attached.

David

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)
      rest-client
      sinatra (>= 0.9.4)
      sinatra-rabbit (>= 1.0.7)
      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)
    chunky_png (1.2.5)
    ci_reporter (1.7.0)
      builder (>= 2.1.2)
    cloudfiles (1.5.0.1)
      json
    cloudservers (0.4.2)
      json
    compass (0.12.1)
      chunky_png (~> 1.2)
      fssm (>= 0.2.7)
      sass (~> 3.1)
    crack (0.3.1)
    cucumber (1.2.0)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.10.0)
      json (>= 1.4.6)
    daemons (1.1.8)
    diff-lcs (1.1.3)
    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)
    fssm (0.2.9)
    gherkin (2.10.0)
      json (>= 1.4.6)
    haml (3.1.6)
    http_connection (1.4.1)
    json (1.6.7)
    mime-types (1.19)
    minitest (3.0.1)
    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
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rspec (2.10.0)
      rspec-core (~> 2.10.0)
      rspec-expectations (~> 2.10.0)
      rspec-mocks (~> 2.10.0)
    rspec-core (2.10.1)
    rspec-expectations (2.10.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.10.1)
    ruby-hmac (0.4.0)
    sass (3.1.19)
    sinatra (1.3.2)
      rack (~> 1.3, >= 1.3.6)
      rack-protection (~> 1.2)
      tilt (~> 1.3, >= 1.3.3)
    sinatra-rabbit (1.0.9)
      sinatra (>= 1.3.0)
    thin (1.4.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    tilt (1.3.3)
    timecop (0.3.5)
    uuidtools (2.1.3)
    vcr (1.11.3)
    waz-storage (1.1.3)
      rest-client
      ruby-hmac
    webmock (1.8.7)
      addressable (>= 2.2.7)
      crack (>= 0.1.7)
    xml-simple (1.1.1)

PLATFORMS
  ruby

DEPENDENCIES
  ci_reporter
  compass (>= 0.8.17)
  cucumber (>= 0.6.3)
  deltacloud-core!
  minitest
  rack-test (>= 0.5.3)
  rspec (>= 2.0.0)
  timecop
  vcr
  webmock

Reply via email to