我几乎每天都在Ubuntu 10.04.4上构建cloudfoundry/vcap。在https://github.com/cloudfoundry/vcap上列出的所有步骤的最后一次成功完成是在12/4/12。从那时起,就出现了这样或那样的问题(vmc寄存器在12/17左右修复)。
当前的问题是yeti测试(步骤5)。任何解决错误的建议都将不胜感激。
我收到的40个失败案例中有35个是:
1) BVT::Spec::ServiceRebinding::RubySinatra验证postgresql的重新绑定失败/错误: service = bind_service(service_manifest,app)
RuntimeError:
Fail to create service (postgresql 9.0): t2wd4d1-postgresql
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/service_rebinding/ruby_sinatra_spec.rb:71:in `rebind'
# ./spec/service_rebinding/ruby_sinatra_spec.rb:115:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 21:54:21 -0800)2) BVT::Spec::ServiceRebinding::RubySinatra验证将postgresql绑定到两个应用程序失败/Error: res.response_code.should == OK
expected: 200
got: 500 (using ==)
# ./spec/service_rebinding/ruby_sinatra_spec.rb:35:in `block in create_db_obj'
# ./spec/service_rebinding/ruby_sinatra_spec.rb:32:in `each'
# ./spec/service_rebinding/ruby_sinatra_spec.rb:32:in `create_db_obj'
# ./spec/service_rebinding/ruby_sinatra_spec.rb:100:in `bind_apps'
# ./spec/service_rebinding/ruby_sinatra_spec.rb:127:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 21:56:17 -0800)3) BVT::Spec:: autostaging ::RubyRack rack ruby 1.9自动分段失败/错误: bind_service(service_manifest,app)
RuntimeError:
Fail to create service (redis 2.2): tze2msr-redis
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/ruby_rack_spec.rb:22:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 21:57:12 -0800)4) BVT::Spec:: autostaging ::RubyRack服务自动暂存失败/错误: bind_service(service_manifest,app)
RuntimeError:
Fail to create service (mongodb 2.0): tpyrgfp-mongodb
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/ruby_rack_spec.rb:42:in `block (3 levels) in <top (required)>'
# ./spec/autostaging/ruby_rack_spec.rb:41:in `each'
# ./spec/autostaging/ruby_rack_spec.rb:41:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 21:59:12 -0800)5) BVT::Spec::AutoStaging::JavaGrails启动grails应用程序并添加一些记录失败/错误: service = bind_service(MYSQL_MANIFEST,app)
RuntimeError:
Fail to create service (mysql 5.1): tff07-mysql
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/java_grails_spec.rb:56:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:03:08 -0800)6) BVT::Spec::AutoStaging::JavaSpring Web应用程序指定云服务和数据源
Failure/Error: bind_service(MONGODB_MANIFEST, app)
RuntimeError:
Fail to create service (mongodb 2.0): ty9dvxf-mongodb
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/java_spring_spec.rb:64:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:04:57 -0800)7) BVT::Spec::AutoStaging::JavaSpring Web应用程序指定服务扫描和数据源
Failure/Error: @session.cleanup!
RuntimeError:
Fail to delete service (mysql 5.1): teghkb0-mysql
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:47:in `rescue in delete'
# ./lib/harness/service.rb:42:in `delete'
# ./lib/harness/cfsession.rb:146:in `block in cleanup!'
# ./lib/harness/cfsession.rb:146:in `each'
# ./lib/harness/cfsession.rb:146:in `cleanup!'
# ./spec/autostaging/java_spring_spec.rb:14:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:07:41 -0800)8)使用本地MongoDBFactory的BVT::Spec::AutoStaging::JavaSpring Web应用程序
Failure/Error: bind_service(MONGODB_MANIFEST, app)
RuntimeError:
Fail to create service (mongodb 2.0): t1o1xe3d-mongodb
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/java_spring_spec.rb:90:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:12:17 -0800)9)使用本地RedisConnectionFactory的BVT::Spec::AutoStaging::JavaSpring Web应用程序
Failure/Error: bind_service(REDIS_MANIFEST, app)
RuntimeError:
Fail to create service (redis 2.2): t60sql3-redis
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/java_spring_spec.rb:103:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:13:57 -0800)10)使用本地RabbitConnectionFactory的BVT::Spec::AutoStaging::JavaSpring Web应用程序
Failure/Error: bind_service(RABBITMQ_MANIFEST, app)
RuntimeError:
Fail to create service (rabbitmq 2.4): tgecyrt-rabbitmq
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/java_spring_spec.rb:116:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:15:29 -0800)11)使用本地DataSource的BVT::Spec::AutoStaging::JavaSpring Spring 3.1 Hibernate应用程序
Failure/Error: bind_service(MYSQL_MANIFEST, app)
RuntimeError:
Fail to create service (mysql 5.1): txbjvp7-mysql
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/java_spring_spec.rb:129:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:18:41 -0800)12)使用Hibernate和mysql的BVT::Spec::AutoStaging::JavaSpring Web应用程序
Failure/Error: app2.bind(service)
RuntimeError:
Fail to bind Service: t10g3qwn-mysql to Application: t10g3qwn-hibernate_app
target failed to handle our request due to an internal error (502)
# ./lib/harness/app.rb:121:in `rescue in bind'
# ./lib/harness/app.rb:115:in `bind'
# ./spec/autostaging/java_spring_spec.rb:185:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:28:39 -0800)13)使用mysql的BVT::Spec::AutoStaging::JavaSpring Roo应用程序
Failure/Error: app2.bind(service)
RuntimeError:
Fail to bind Service: tupiy7x-mysql to Application: tupiy7x-roo_app
target failed to handle our request due to an internal error (502)
# ./lib/harness/app.rb:121:in `rescue in bind'
# ./lib/harness/app.rb:115:in `bind'
# ./spec/autostaging/java_spring_spec.rb:203:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:35:47 -0800)14)使用Hibernate和postgresql的BVT::Spec::AutoStaging::JavaSpring Web应用程序
Failure/Error: service = bind_service(POSTGRESQL_MANIFEST, app)
RuntimeError:
Fail to create service (postgresql 9.0): t1eyhai1-postgresql
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/java_spring_spec.rb:213:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:40:33 -0800)15) BVT::Spec:: autostaging ::RubySinatra服务自动分段
Failure/Error: bind_service(service_manifest, app)
RuntimeError:
Fail to create service (redis 2.2): tqm94mh-redis
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/ruby_sinatra_spec.rb:24:in `block (3 levels) in <top (required)>'
# ./spec/autostaging/ruby_sinatra_spec.rb:23:in `each'
# ./spec/autostaging/ruby_sinatra_spec.rb:23:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:42:17 -0800)16) BVT::Spec:: autostaging ::RubySinatra Sinatra AMQP自动分段
Failure/Error: bind_service(service_manifest, app)
RuntimeError:
Fail to create service (rabbitmq 2.4): tyrqzgv-rabbitmq
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/ruby_sinatra_spec.rb:33:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:43:09 -0800)17)不支持客户端版本的BVT::Spec:: Autostaging ::RubySinatra Autostaging
Failure/Error: bind_service(item[:service], app)
RuntimeError:
Fail to create service (rabbitmq 2.4): t1e3hlxl-rabbitmq
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/ruby_sinatra_spec.rb:59:in `block (3 levels) in <top (required)>'
# ./spec/autostaging/ruby_sinatra_spec.rb:58:in `each'
# ./spec/autostaging/ruby_sinatra_spec.rb:58:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:45:43 -0800)18) BVT::Spec:: Autostaging ::RubySinatra Autostaging,不支持的胡萝卜版本
Failure/Error: bind_service(service_manifest, app)
RuntimeError:
Fail to create service (rabbitmq 2.4): t1cmmfg6-rabbitmq
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/ruby_sinatra_spec.rb:69:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:46:26 -0800)19) BVT::Spec:: autostaging ::RubySinatra Sinatra通过cf-runtime gem选择退出自动分段
Failure/Error: bind_service(service_manifest, app)
RuntimeError:
Fail to create service (redis 2.2): tddh45o-redis
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/ruby_sinatra_spec.rb:89:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:47:26 -0800)20) BVT::Spec:: autostaging ::RubyRails3 Rails自动转移
Failure/Error: service_manifests.each { |manifest| services << create_service(manifest) }
RuntimeError:
Fail to create service (mongodb 2.0): t1c3957g-mongodb
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./spec/autostaging/ruby_rails3_spec.rb:62:in `block (3 levels) in <top (required)>'
# ./spec/autostaging/ruby_rails3_spec.rb:62:in `each'
# ./spec/autostaging/ruby_rails3_spec.rb:62:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:51:53 -0800)21) BVT::Spec::Simple::RailsConsole::RubyRails3 rails测试控制台制表符完成
Failure/Error: run_console(app.name)
VMC::Client::HTTPException:
HTTP exception: RestClient::RequestTimeout:Request Timeout
# ./spec/simple/rails_console/rails_console_helper.rb:9:in `block in run_console'
# ./spec/simple/rails_console/rails_console_helper.rb:7:in `times'
# ./spec/simple/rails_console/rails_console_helper.rb:7:in `run_console'
# ./spec/simple/rails_console/ruby_rails_spec.rb:63:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:55:34 -0800)22) BVT::Spec::AutoStaging::RubyRails3 Rails通过cf-runtime gem选择退出自动分段
Failure/Error: app.push(services)
RuntimeError:
Fail to bind Service: te6r46e-mysql to Application: te6r46e-rails_autoconfig_disabled_by_gem
Request Timeout
# ./lib/harness/app.rb:121:in `rescue in bind'
# ./lib/harness/app.rb:115:in `bind'
# ./lib/harness/app.rb:45:in `block in push'
# ./lib/harness/app.rb:45:in `each'
# ./lib/harness/app.rb:45:in `push'
# ./spec/autostaging/ruby_rails3_spec.rb:104:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:57:25 -0800)23) BVT::规范::自动分段::节点节点Node.js 0.4版自动分段
Failure/Error: bind_service(service_manifest, app)
RuntimeError:
Fail to create service (mongodb 2.0): t1uzed69-mongodb
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/node_node_spec.rb:26:in `block (3 levels) in <top (required)>'
# ./spec/autostaging/node_node_spec.rb:25:in `each'
# ./spec/autostaging/node_node_spec.rb:25:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 22:59:46 -0800)24) BVT::Spec:: autostaging ::RubyStandalone ruby18自动分段失败/错误: bind_service(service_manifest,app)
RuntimeError:
Fail to create service (mongodb 2.0): t1qynqo3-mongodb
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/autostaging/ruby_standalone_spec.rb:24:in `block (3 levels) in <top (required)>'
# ./spec/autostaging/ruby_standalone_spec.rb:23:in `each'
# ./spec/autostaging/ruby_standalone_spec.rb:23:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:02:21 -0800)25) BVT::Spec::Simple::RailsConsole::RubyRails3 rails使用ruby 1.9测试控制台rake任务
Failure/Error: app = create_push_app("rails_console_19_test_app")
RuntimeError:
Start App: t1ptg2te-rails_console_19_test_app failed.
Request Timeout
# ./lib/harness/app.rb:104:in `rescue in start'
# ./lib/harness/app.rb:100:in `start'
# ./lib/harness/app.rb:46:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby_rails_spec.rb:97:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:17:21 -0800)26) BVT::Spec::Simple::RubyGems::RubySinatra sinatra使用包含Windows版本的Gemfile.lock测试部署应用程序
Failure/Error: bind_service(POSTGRESQL_MANIFEST, app)
RuntimeError:
Fail to create service (postgresql 9.0): t13yx454-postgresql
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
(Failure time: 2012-12-18 23:22:26 -0800)27) BVT::Spec::Simple::Python2Django部署Django应用程序
Failure/Error: app = create_push_app("simple_django_app")
RuntimeError:
Application: t3c135x-simple_django_app cannot be started in 60 seconds
# ./lib/harness/app.rb:391:in `check_application'
# ./lib/harness/app.rb:106:in `start'
# ./lib/harness/app.rb:46:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/python2_django_spec.rb:16:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:24:53 -0800)28) BVT::Spec::Simple::RubyRails3访问我的应用程序根目录并查看它的运行版本
Failure/Error: @app = create_push_app("app_rails_version")
RuntimeError:
Start App: t6erk05-app_rails_version failed.
Request Timeout
# ./lib/harness/app.rb:104:in `rescue in start'
# ./lib/harness/app.rb:100:in `start'
# ./lib/harness/app.rb:46:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/ruby_rails3_spec.rb:16:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:29:25 -0800)29) BVT::Spec::Simple::JavaStandalone with java runtime
Failure/Error: response.should =~ /Java version: #{version}/
expected: /Java version: 1.6/
got: "" (using =~)
Diff:
@@ -1,2 +1,2 @@
-/Java version: 1.6/
+""
# ./spec/simple/java_standalone_spec.rb:24:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:30:38 -0800)30) BVT::Spec::Simple::PhpStandalone与php运行时
Failure/Error: response.should =~ /Hello from VCAP/
expected: /Hello from VCAP/
got: "PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0\nPHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0\nPHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0\n" (using =~)
Diff:
@@ -1,2 +1,4 @@
-/Hello from VCAP/
+PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0
+PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
+PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
# ./spec/simple/php_standalone_spec.rb:22:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:33:20 -0800)31) BVT::Spec:: autostaging ::RubyRails3 Rails通过配置文件选择退出自动分段
Failure/Error: service_manifests.each { |manifest| services << create_service(manifest) }
RuntimeError:
Fail to create service (redis 2.2): til3qet-redis
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./spec/autostaging/ruby_rails3_spec.rb:84:in `block (3 levels) in <top (required)>'
# ./spec/autostaging/ruby_rails3_spec.rb:84:in `each'
# ./spec/autostaging/ruby_rails3_spec.rb:84:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:34:55 -0800)32) BVT::Spec::Simple::RailsConsole::RubyRails3 rails测试控制台Postgres连接
Failure/Error: app = create_push_app("rails_console_19_test_app")
RuntimeError:
Start App: t130kttg-rails_console_19_test_app failed.
Request Timeout
# ./lib/harness/app.rb:104:in `rescue in start'
# ./lib/harness/app.rb:100:in `start'
# ./lib/harness/app.rb:46:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby_rails_spec.rb:166:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:37:18 -0800)33) BVT::Spec::Canonical::JavaSpring spring test redis服务
Failure/Error: bind_service_and_verify(app, REDIS_MANIFEST)
RuntimeError:
Fail to create service (redis 2.2): t18f6yaz-redis
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/canonical/canonical_helper.rb:12:in `bind_service_and_verify'
# ./spec/canonical/java_spring_spec.rb:38:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:39:33 -0800)34) BVT::Spec::Canonical::NodeNode节点测试rabbitmq服务
Failure/Error: bind_service_and_verify(@app, RABBITMQ_MANIFEST)
RuntimeError:
Fail to create service (rabbitmq 2.4): t16w1p05-rabbitmq
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/canonical/canonical_helper.rb:12:in `bind_service_and_verify'
# ./spec/canonical/node_node_spec.rb:38:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:40:58 -0800)35) BVT::Spec::Canonical::RubyRack机架测试mysql服务
Failure/Error: bind_service_and_verify(@app, MYSQL_MANIFEST)
RuntimeError:
Fail to create service (mysql 5.1): t1du436k-mysql
target failed to handle our request due to an internal error (502)
# ./lib/harness/service.rb:33:in `rescue in create'
# ./lib/harness/service.rb:28:in `create'
# ./lib/harness/scripts_helper.rb:18:in `create_service'
# ./lib/harness/scripts_helper.rb:23:in `bind_service'
# ./spec/canonical/canonical_helper.rb:12:in `bind_service_and_verify'
# ./spec/canonical/ruby_rack_spec.rb:35:in `block (2 levels) in <top (required)>'
(Failure time: 2012-12-18 23:46:08 -0800)发布于 2012-12-24 16:55:56
你能发布你的yeti repo hash吗?你执行yeti测试的命令是什么?
默认情况下,yeti使用10个线程来运行测试,您可以添加n来指定线程数。我不确定您的环境是否支持10个并行线程,请尝试bundle exec rake full[4] (或者2个甚至1个)。
对于失败,您还可以运行bundle exec rake rerun[1]来重新运行失败。
https://stackoverflow.com/questions/13979641
复制相似问题