Skip to content

Instantly share code, notes, and snippets.

@d
Created October 3, 2012 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d/3829173 to your computer and use it in GitHub Desktop.
Save d/3829173 to your computer and use it in GitHub Desktop.
v1 bvt
$ export VCAP_BVT_TARGET=ccng.cf43.dev.las01.vcsops.com VCAP_BVT_USER_PASSWD=tester VCAP_BVT_CCNG_V1_TEST=true
$ bundle exec rake full[1]
target read from ENV: ccng.cf43.dev.las01.vcsops.com
normal user read from /Users/jesse/.bvt/config.yml: vcap_tester@vmware.com
rspec --format Fuubar --color spec/ --tag ~admin
Run options: exclude {:admin=>true}
1) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mysql snapshot and rollback to a certain snapshot
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:28:in `block (2 levels) in <top (required)>'
2) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for mysql service
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:73:in `block (2 levels) in <top (required)>'
3) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take redis snapshot and rollback to a certain snapshot
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:120:in `block (2 levels) in <top (required)>'
4) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for redis service
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:165:in `block (2 levels) in <top (required)>'
5) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take postgresql snapshot and rollback to a certain snapshot
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:304:in `block (2 levels) in <top (required)>'
6) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for postgresql service
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:349:in `block (2 levels) in <top (required)>'
7) BVT::Spec::ServiceQuota::Ruby19Sinatra deploy service quota application with postgresql service
Failure/Error: r.body_str.should == 'ok'
expected: "ok"
got: "connection not open\n" (using ==)
Diff:
@@ -1,2 +1,2 @@
-ok
+connection not open
# ./spec/service_quota/ruby19_sinatra_spec.rb:45:in `block (2 levels) in <top (required)>'
8) BVT::Spec::Simple::Info::Ruby19Sinatra get crash information for an application
Failure/Error: Time.at(@crash_info[:crashes][0][:since]).should_not == nil
NoMethodError:
undefined method `[]' for nil:NilClass
# ./spec/simple/info/ruby19_sinatra_spec.rb:91:in `block (2 levels) in <top (required)>'
9) BVT::Spec::Simple::Lifecycle::Ruby19Sinatra create/start/stop/delete application
Failure/Error: app.stats == {}
RuntimeError:
Fail to display application: t1s4pkn5-simple_app2 status!
403: Stats error: Request failed for app: t1s4pkn5-simple_app2 as the app is in stopped state.
# ./lib/harness/app.rb:177:in `rescue in stats'
# ./lib/harness/app.rb:172:in `stats'
# ./spec/simple/lifecycle/ruby19_sinatra_spec.rb:27:in `block (2 levels) in <top (required)>'
10) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:31:in `block (2 levels) in <top (required)>'
11) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console tab completion
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:58:in `block (2 levels) in <top (required)>'
12) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console stdout redirect
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:79:in `block (2 levels) in <top (required)>'
13) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console rake tasks
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:99:in `block (2 levels) in <top (required)>'
14) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 Rails Console runs tasks with correct ruby 1.8 version in path
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:130:in `block (2 levels) in <top (required)>'
15) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console rake tasks with ruby 1.9
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:31:in `block (2 levels) in <top (required)>'
16) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 Rails Console runs tasks with correct ruby 1.9 version in path
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:49:in `block (2 levels) in <top (required)>'
17) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console MySQL connection
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:68:in `block (2 levels) in <top (required)>'
18) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console Postgres connection
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:95:in `block (2 levels) in <top (required)>'
185/185: 100% |=====================================================================================================================================================================================================================================================================================================================================| Time: 0:51:49
Pending:
BVT::Spec::AcmManager::Acm Test ACM login credentials
# empty acm base url
# ./spec/acm/acm_spec.rb:205
BVT::Spec::AcmManager::Acm Exercise the API
# empty acm base url
# ./spec/acm/acm_spec.rb:210
BVT::Spec::AutoStaging::JavaSpring Spring Web Application specifying a Cloud Service and Data Source
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:61
BVT::Spec::AutoStaging::JavaSpring Spring Web Application using a local MongoDBFactory
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:88
BVT::Spec::AutoStaging::Node04Node Node.js version 0.4 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node04_node_spec.rb:16
BVT::Spec::AutoStaging::Node06Node Node.js version 0.6 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node06_node_spec.rb:16
BVT::Spec::AutoStaging::Node08Node Node.js version 0.8 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node08_node_spec.rb:16
BVT::Spec::AutoStaging::Ruby18Rack services autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby18_rack_spec.rb:16
BVT::Spec::AutoStaging::Ruby18Standalone standalone ruby18 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby18_standalone_spec.rb:16
BVT::Spec::AutoStaging::Ruby19Rails3 Rails autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_rails3_spec.rb:56
BVT::Spec::AutoStaging::Ruby19Sinatra services autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:16
BVT::Spec::AutoStaging::Ruby19Sinatra Autostaging with unsupported client versions
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:42
BVT::Spec::AutoStaging::Ruby19Standalone standalone ruby19 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_standalone_spec.rb:16
BVT::Spec::Canonical::Java7Play Deploy Play Application using Java 7 with mysql auto-reconfiguration
# Runtime/Framework: java7/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java7_play_spec.rb:23
BVT::Spec::Canonical::JavaPlay play application with mysql auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:33
BVT::Spec::Canonical::JavaPlay play application using cloud foundry runtime lib
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:51
BVT::Spec::Canonical::JavaPlay play application using cloud properties for mysql configuration by service name
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:70
BVT::Spec::Canonical::JavaPlay play application using cloud properties for mysql configuration by service type
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:95
BVT::Spec::Canonical::JavaPlay play application with auto-reconfiguration disabled
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:119
BVT::Spec::Canonical::JavaPlay play application using cloud properties for postgresql configuration by service name
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:137
BVT::Spec::Canonical::JavaPlay play application using cloud properties for postgresql configuration by service type
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:163
BVT::Spec::Canonical::JavaPlay play application with mysql JPA auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:188
BVT::Spec::Canonical::JavaPlay play application with postgresql JPA auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:206
BVT::Spec::Canonical::JavaPlay play application with multiple databases
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:224
BVT::Spec::Canonical::JavaPlay play application with postgres auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:244
BVT::Spec::Canonical::JavaPlay play application with multiple database services, one named production
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:262
BVT::Spec::Canonical::JavaPlay play application with multiple database services
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:281
BVT::Spec::Canonical::JavaPlay Deploy Play Application using Java 6
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:301
BVT::Spec::Canonical::JavaSpring spring test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_spring_spec.rb:41
BVT::Spec::Canonical::NodeNode node test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/node_node_spec.rb:32
BVT::Spec::Canonical::Ruby18Rack rack test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby18_rack_spec.rb:41
BVT::Spec::Canonical::Ruby19Rails3 rails3 test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_rails3_spec.rb:42
BVT::Spec::Canonical::Ruby19Sinatra sinatra test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:42
BVT::Spec::Canonical::Ruby19Sinatra sinatra test neo4j service
# Service: (neo4j 1.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:57
BVT::Spec::Canonical::Ruby19Sinatra sinatra test blob service
# Service: (blob 0.51) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:77
BVT::Spec::Canonical::Ruby19Sinatra memcached services
# Service: (memcached 1.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:97
BVT::Spec::Canonical::Ruby19Sinatra sinatra test couchdb service
# Service: (couchdb 1.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:115
BVT::Spec::Canonical::Ruby19Sinatra sinatra test elasticsearch service
# Service: (elasticsearch 0.19) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:130
BVT::Spec::ServiceBroker::Ruby18Sinatra Create a brokered service
# service broker url or token is not provided
# ./spec/service_broker/ruby18_sinatra_spec.rb:155
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mongodb snapshot and rollback to a certain snapshot
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:206
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:250
BVT::Spec::Simple::ErlangOtpRebar Deploy Simple Erlang Application
# Not running Erlang test because the Erlang runtime is not installed
# ./spec/simple/erlang_otp_rebar_spec.rb:49
BVT::Spec::Simple::ErlangStandalone standalone with erlang runtime
# Runtime/Framework: erlangR14B02/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/erlang_standalone_spec.rb:15
BVT::Spec::Simple::PhpPhp Deploy Simple PHP Application
# Runtime/Framework: php/php is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/php_php_spec.rb:15
BVT::Spec::Simple::PhpStandalone standalone with php runtime
# Runtime/Framework: php/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/php_standalone_spec.rb:15
BVT::Spec::Simple::Python2Django Deploy Django Application
# Runtime/Framework: python2/django is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_django_spec.rb:15
BVT::Spec::Simple::Python2Standalone standalone with python runtime
# Runtime/Framework: python2/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_standalone_spec.rb:15
BVT::Spec::Simple::Python2Wsgi Deploy Simple Python Application
# Runtime/Framework: python2/wsgi is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_wsgi_spec.rb:15
BVT::Spec::Simple::Python2Wsgi Deploy Python Application With Dependency
# Runtime/Framework: python2/wsgi is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_wsgi_spec.rb:24
BVT::Spec::OrgSpace::Space test create space
# cloud controller v1 API does not support org/space
# ./spec/space/space_spec.rb:17
BVT::Spec::OrgSpace::Space test switch space
# cloud controller v1 API does not support org/space
# ./spec/space/space_spec.rb:33
Finished in 51 minutes 49.69 seconds
185 examples, 18 failures, 51 pending
Failed examples:
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:22 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mysql snapshot and rollback to a certain snapshot
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:66 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for mysql service
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:114 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take redis snapshot and rollback to a certain snapshot
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:158 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for redis service
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:298 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take postgresql snapshot and rollback to a certain snapshot
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:342 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for postgresql service
rspec ./spec/service_quota/ruby19_sinatra_spec.rb:18 # BVT::Spec::ServiceQuota::Ruby19Sinatra deploy service quota application with postgresql service
rspec ./spec/simple/info/ruby19_sinatra_spec.rb:75 # BVT::Spec::Simple::Info::Ruby19Sinatra get crash information for an application
rspec ./spec/simple/lifecycle/ruby19_sinatra_spec.rb:15 # BVT::Spec::Simple::Lifecycle::Ruby19Sinatra create/start/stop/delete application
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:26 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:52 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console tab completion
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:73 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console stdout redirect
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:93 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console rake tasks
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:124 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 Rails Console runs tasks with correct ruby 1.8 version in path
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:25 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console rake tasks with ruby 1.9
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:43 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 Rails Console runs tasks with correct ruby 1.9 version in path
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:61 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console MySQL connection
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:88 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console Postgres connection
rake aborted!
Command failed with status (1): [rspec --format Fuubar --color spec/ --tag ...]
Tasks: TOP => full
(See full trace by running task with --trace)
$ bundle exec rake full[1]
target read from ENV: ccng.cf43.dev.las01.vcsops.com
normal user read from /Users/jesse/.bvt/config.yml: vcap_tester@vmware.com
rspec --format Fuubar --color spec/ --tag ~admin
Run options: exclude {:admin=>true}
1) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mysql snapshot and rollback to a certain snapshot
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:28:in `block (2 levels) in <top (required)>'
2) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for mysql service
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:73:in `block (2 levels) in <top (required)>'
3) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take redis snapshot and rollback to a certain snapshot
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:120:in `block (2 levels) in <top (required)>'
4) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for redis service
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:165:in `block (2 levels) in <top (required)>'
5) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take postgresql snapshot and rollback to a certain snapshot
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:304:in `block (2 levels) in <top (required)>'
6) BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for postgresql service
Failure/Error: get_snapshots(service_id)
RuntimeError:
code:500, body:{"code":10001,"description":"Server error"}
# ./spec/service_lifecycle/service_lifecycle_helper.rb:16:in `get_snapshots'
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:349:in `block (2 levels) in <top (required)>'
7) BVT::Spec::Simple::Info::Ruby19Sinatra get crash information for an application
Failure/Error: Time.at(@crash_info[:crashes][0][:since]).should_not == nil
NoMethodError:
undefined method `[]' for nil:NilClass
# ./spec/simple/info/ruby19_sinatra_spec.rb:91:in `block (2 levels) in <top (required)>'
8) BVT::Spec::Simple::Lifecycle::Ruby19Sinatra create/start/stop/delete application
Failure/Error: app.stats == {}
RuntimeError:
Fail to display application: t1fdzep-simple_app2 status!
403: Stats error: Request failed for app: t1fdzep-simple_app2 as the app is in stopped state.
# ./lib/harness/app.rb:177:in `rescue in stats'
# ./lib/harness/app.rb:172:in `stats'
# ./spec/simple/lifecycle/ruby19_sinatra_spec.rb:27:in `block (2 levels) in <top (required)>'
9) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:31:in `block (2 levels) in <top (required)>'
10) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console tab completion
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:58:in `block (2 levels) in <top (required)>'
11) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console stdout redirect
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:79:in `block (2 levels) in <top (required)>'
12) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console rake tasks
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:99:in `block (2 levels) in <top (required)>'
13) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 Rails Console runs tasks with correct ruby 1.8 version in path
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:130:in `block (2 levels) in <top (required)>'
14) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console rake tasks with ruby 1.9
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:31:in `block (2 levels) in <top (required)>'
15) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 Rails Console runs tasks with correct ruby 1.9 version in path
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:49:in `block (2 levels) in <top (required)>'
16) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console MySQL connection
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:68:in `block (2 levels) in <top (required)>'
17) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console Postgres connection
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:95:in `block (2 levels) in <top (required)>'
185/185: 100% |=====================================================================================================================================================================================================================================================================================================================================| Time: 0:51:18
Pending:
BVT::Spec::AcmManager::Acm Test ACM login credentials
# empty acm base url
# ./spec/acm/acm_spec.rb:205
BVT::Spec::AcmManager::Acm Exercise the API
# empty acm base url
# ./spec/acm/acm_spec.rb:210
BVT::Spec::AutoStaging::JavaSpring Spring Web Application specifying a Cloud Service and Data Source
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:61
BVT::Spec::AutoStaging::JavaSpring Spring Web Application using a local MongoDBFactory
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:88
BVT::Spec::AutoStaging::Node04Node Node.js version 0.4 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node04_node_spec.rb:16
BVT::Spec::AutoStaging::Node06Node Node.js version 0.6 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node06_node_spec.rb:16
BVT::Spec::AutoStaging::Node08Node Node.js version 0.8 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node08_node_spec.rb:16
BVT::Spec::AutoStaging::Ruby18Rack services autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby18_rack_spec.rb:16
BVT::Spec::AutoStaging::Ruby18Standalone standalone ruby18 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby18_standalone_spec.rb:16
BVT::Spec::AutoStaging::Ruby19Rails3 Rails autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_rails3_spec.rb:56
BVT::Spec::AutoStaging::Ruby19Sinatra services autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:16
BVT::Spec::AutoStaging::Ruby19Sinatra Autostaging with unsupported client versions
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:42
BVT::Spec::AutoStaging::Ruby19Standalone standalone ruby19 autostaging
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_standalone_spec.rb:16
BVT::Spec::Canonical::Java7Play Deploy Play Application using Java 7 with mysql auto-reconfiguration
# Runtime/Framework: java7/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java7_play_spec.rb:23
BVT::Spec::Canonical::JavaPlay play application with mysql auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:33
BVT::Spec::Canonical::JavaPlay play application using cloud foundry runtime lib
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:51
BVT::Spec::Canonical::JavaPlay play application using cloud properties for mysql configuration by service name
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:70
BVT::Spec::Canonical::JavaPlay play application using cloud properties for mysql configuration by service type
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:95
BVT::Spec::Canonical::JavaPlay play application with auto-reconfiguration disabled
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:119
BVT::Spec::Canonical::JavaPlay play application using cloud properties for postgresql configuration by service name
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:137
BVT::Spec::Canonical::JavaPlay play application using cloud properties for postgresql configuration by service type
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:163
BVT::Spec::Canonical::JavaPlay play application with mysql JPA auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:188
BVT::Spec::Canonical::JavaPlay play application with postgresql JPA auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:206
BVT::Spec::Canonical::JavaPlay play application with multiple databases
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:224
BVT::Spec::Canonical::JavaPlay play application with postgres auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:244
BVT::Spec::Canonical::JavaPlay play application with multiple database services, one named production
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:262
BVT::Spec::Canonical::JavaPlay play application with multiple database services
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:281
BVT::Spec::Canonical::JavaPlay Deploy Play Application using Java 6
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:301
BVT::Spec::Canonical::JavaSpring spring test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_spring_spec.rb:41
BVT::Spec::Canonical::NodeNode node test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/node_node_spec.rb:32
BVT::Spec::Canonical::Ruby18Rack rack test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby18_rack_spec.rb:41
BVT::Spec::Canonical::Ruby19Rails3 rails3 test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_rails3_spec.rb:42
BVT::Spec::Canonical::Ruby19Sinatra sinatra test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:42
BVT::Spec::Canonical::Ruby19Sinatra sinatra test neo4j service
# Service: (neo4j 1.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:57
BVT::Spec::Canonical::Ruby19Sinatra sinatra test blob service
# Service: (blob 0.51) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:77
BVT::Spec::Canonical::Ruby19Sinatra memcached services
# Service: (memcached 1.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:97
BVT::Spec::Canonical::Ruby19Sinatra sinatra test couchdb service
# Service: (couchdb 1.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:115
BVT::Spec::Canonical::Ruby19Sinatra sinatra test elasticsearch service
# Service: (elasticsearch 0.19) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:130
BVT::Spec::ServiceBroker::Ruby18Sinatra Create a brokered service
# service broker url or token is not provided
# ./spec/service_broker/ruby18_sinatra_spec.rb:155
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mongodb snapshot and rollback to a certain snapshot
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:206
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:250
BVT::Spec::Simple::ErlangOtpRebar Deploy Simple Erlang Application
# Not running Erlang test because the Erlang runtime is not installed
# ./spec/simple/erlang_otp_rebar_spec.rb:49
BVT::Spec::Simple::ErlangStandalone standalone with erlang runtime
# Runtime/Framework: erlangR14B02/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/erlang_standalone_spec.rb:15
BVT::Spec::Simple::PhpPhp Deploy Simple PHP Application
# Runtime/Framework: php/php is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/php_php_spec.rb:15
BVT::Spec::Simple::PhpStandalone standalone with php runtime
# Runtime/Framework: php/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/php_standalone_spec.rb:15
BVT::Spec::Simple::Python2Django Deploy Django Application
# Runtime/Framework: python2/django is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_django_spec.rb:15
BVT::Spec::Simple::Python2Standalone standalone with python runtime
# Runtime/Framework: python2/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_standalone_spec.rb:15
BVT::Spec::Simple::Python2Wsgi Deploy Simple Python Application
# Runtime/Framework: python2/wsgi is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_wsgi_spec.rb:15
BVT::Spec::Simple::Python2Wsgi Deploy Python Application With Dependency
# Runtime/Framework: python2/wsgi is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_wsgi_spec.rb:24
BVT::Spec::OrgSpace::Space test create space
# cloud controller v1 API does not support org/space
# ./spec/space/space_spec.rb:17
BVT::Spec::OrgSpace::Space test switch space
# cloud controller v1 API does not support org/space
# ./spec/space/space_spec.rb:33
Finished in 51 minutes 18.87 seconds
185 examples, 17 failures, 51 pending
Failed examples:
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:22 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mysql snapshot and rollback to a certain snapshot
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:66 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for mysql service
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:114 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take redis snapshot and rollback to a certain snapshot
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:158 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for redis service
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:298 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take postgresql snapshot and rollback to a certain snapshot
rspec ./spec/service_lifecycle/ruby19_sinatra_spec.rb:342 # BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for postgresql service
rspec ./spec/simple/info/ruby19_sinatra_spec.rb:75 # BVT::Spec::Simple::Info::Ruby19Sinatra get crash information for an application
rspec ./spec/simple/lifecycle/ruby19_sinatra_spec.rb:15 # BVT::Spec::Simple::Lifecycle::Ruby19Sinatra create/start/stop/delete application
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:26 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:52 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console tab completion
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:73 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console stdout redirect
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:93 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console rake tasks
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:124 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 Rails Console runs tasks with correct ruby 1.8 version in path
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:25 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console rake tasks with ruby 1.9
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:43 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 Rails Console runs tasks with correct ruby 1.9 version in path
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:61 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console MySQL connection
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:88 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console Postgres connection
rake aborted!
Command failed with status (1): [rspec --format Fuubar --color spec/ --tag ...]
Tasks: TOP => full
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment