|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Build failed in Hudson: gateway #105See http://rvooz-ci/job/gateway/105/changes
Changes: [kplummer] forgot to remove the old openfire_reg lib. [kplummer] set svn:externals for xmpp4rails. ------------------------------------------ started Updating http://www.rvooz.org/svn/gateway/trunk U test/functional/users_controller_test.rb D test/mocks/test/openfire_registration.rb U app/models/user.rb U vendor/plugins U LICENSE-2.0.txt D lib/openfire_registration.rb Fetching external item into 'http://rvooz-ci/job/gateway/ws/trunk/vendor/plugins/backgroundrb' External at revision -1 At revision 324 Fetching external item into 'http://rvooz-ci/job/gateway/ws/trunk/vendor/plugins/xmpp4rails' External at revision -1 A vendor/plugins/xmpp4rails/test A vendor/plugins/xmpp4rails/test/xmpp4rails_test.rb A vendor/plugins/xmpp4rails/test/mocks A vendor/plugins/xmpp4rails/test/mocks/test AU vendor/plugins/xmpp4rails/test/mocks/test/xmpp4rails.rb A vendor/plugins/xmpp4rails/Rakefile A vendor/plugins/xmpp4rails/init.rb A vendor/plugins/xmpp4rails/tasks A vendor/plugins/xmpp4rails/tasks/xmpp4rails_tasks.rake A vendor/plugins/xmpp4rails/lib A vendor/plugins/xmpp4rails/lib/xmpp4rails.rb A vendor/plugins/xmpp4rails/install.rb A vendor/plugins/xmpp4rails/uninstall.rb A vendor/plugins/xmpp4rails/LICENSE-2.0.txt A vendor/plugins/xmpp4rails/README At revision 984 At revision 984 no change for http://svn.devjavu.com/backgroundrb/trunk since the previous build no revision recorded for http://rvooz.org/svn/xmpp4rails/trunk in the previous build [workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson57861.sh + cd trunk + rake db:drop:all (in http://rvooz-ci/job/gateway/ws/trunk) + rake db:create:all (in http://rvooz-ci/job/gateway/ws/trunk) + rake db:migrate (in http://rvooz-ci/job/gateway/ws/trunk) == 1 CreateUsers: migrating =================================================== -- create_table("users", {:force=>true}) -> 0.0449s == 1 CreateUsers: migrated (0.0452s) ========================================== == 2 AddOpenIdAuthenticationTables: migrating ================================= -- create_table(:open_id_authentication_associations, {:force=>true}) -> 0.0524s -- create_table(:open_id_authentication_nonces, {:force=>true}) -> 0.0174s == 2 AddOpenIdAuthenticationTables: migrated (0.0705s) ======================== == 3 CreateUserOpenids: migrating ============================================= -- create_table(:user_openids) -> 0.0721s -- add_index("user_openids", ["openid_url"], {:name=>"index_user_openids_on_openid_url", :unique=>true}) -> 0.0718s -- add_index("user_openids", ["user_id"], {:name=>"index_user_openids_on_user_id"}) -> 0.0549s == 3 CreateUserOpenids: migrated (0.1998s) ==================================== == 4 MoveIdentityUrlToUserOpenidTable: migrating ============================== -- remove_column(:users, :identity_url) -> 0.1178s == 4 MoveIdentityUrlToUserOpenidTable: migrated (0.1568s) ===================== == 5 UserHasName: migrating =================================================== -- add_column(:users, :name, :string) -> 0.0412s == 5 UserHasName: migrated (0.0415s) ========================================== == 6 CreateContacts: migrating ================================================ -- create_table(:contacts) -> 0.0974s -- add_index("contacts", ["user_id"], {:name=>"index_contacts_on_user_id"}) -> 0.0736s == 6 CreateContacts: migrated (0.1715s) ======================================= == 7 CreateEntries: migrating ================================================= -- create_table(:entries) -> 0.6179s == 7 CreateEntries: migrated (0.6185s) ======================================== == 8 CreateContextions: migrating ============================================= -- create_table(:contextions) -> 0.0763s == 8 CreateContextions: migrated (0.0781s) ==================================== + rake --trace ci:setup:testunit test CI_REPORTS=results rm -rf results /usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" "test/unit/entry_test.rb" "test/unit/contact_test.rb" "test/unit/user_openid_test.rb" "test/unit/user_notifier_test.rb" "test/unit/contextion_test.rb" "test/unit/user_test.rb" "test/unit/user_openids_test.rb" /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb (in http://rvooz-ci/job/gateway/ws/trunk) ** Invoke ci:setup:testunit (first_time) ** Execute ci:setup:testunit ** Invoke test (first_time) ** Execute test ** Invoke test:units (first_time) ** Invoke db:test:prepare (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment ** Execute db:abort_if_pending_migrations ** Execute db:test:prepare ** Invoke db:test:clone (first_time) ** Invoke db:schema:dump (first_time) ** Invoke environment ** Execute db:schema:dump ** Invoke db:test:purge (first_time) ** Invoke environment ** Execute db:test:purge ** Execute db:test:clone ** Invoke db:schema:load (first_time) ** Invoke environment ** Execute db:schema:load ** Execute test:units Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader Started .......F..F..F............ Finished in 42.137108 seconds. 1) Failure: test_identity_url_becomes_user_openid_on_create(UserTest) [./test/unit/user_test.rb:145:in `test_identity_url_becomes_user_openid_on_create' http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference' ./test/unit/user_test.rb:141:in `test_identity_url_becomes_user_openid_on_create' http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference' ./test/unit/user_test.rb:140:in `test_identity_url_becomes_user_openid_on_create' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']: <1> expected but was <0>. 2) Failure: test_make_contact_on_user_create(UserTest) [./test/unit/user_test.rb:166:in `test_make_contact_on_user_create' http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference' ./test/unit/user_test.rb:163:in `test_make_contact_on_user_create' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']: <2> expected but was <0>. 3) Failure: test_should_create_user(UserTest) [./test/unit/user_test.rb:34:in `test_should_create_user' http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference' ./test/unit/user_test.rb:32:in `test_should_create_user' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']: <false> is not true. 26 tests, 44 assertions, 3 failures, 0 errors /usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" "test/functional/entries_controller_test.rb" "test/functional/contacts_controller_test.rb" "test/functional/user_openids_controller_test.rb" "test/functional/feeds_controller_test.rb" "test/functional/context_controller_test.rb" "test/functional/users_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/contextions_controller_test.rb" "test/functional/rvooz_configuration_test.rb" /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb ** Invoke test:functionals (first_time) ** Invoke db:test:prepare ** Execute test:functionals Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader Started ....<rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> </rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> </rvooz:Contextions>.<rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> </rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> </rvooz:Contextions>................................. Finished in 3.336128 seconds. 38 tests, 89 assertions, 0 failures, 0 errors /usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb ** Invoke test:integration (first_time) ** Invoke db:test:prepare ** Execute test:integration Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader Started Finished in 0.000694 seconds. 0 tests, 0 assertions, 0 failures, 0 errors Errors running test:units! Recording test results _______________________________________________ Dev mailing list Dev@... http://lists.rvooz.org/listinfo.cgi/dev-rvooz.org |
|
|
Build failed in Hudson: gateway #106See http://rvooz-ci/job/gateway/106/changes
Changes: [kplummer] Test, commit to external. ------------------------------------------ started Updating http://www.rvooz.org/svn/gateway/trunk Fetching external item into 'http://rvooz-ci/job/gateway/ws/trunk/vendor/plugins/backgroundrb' External at revision -1 At revision 324 Fetching external item into 'http://rvooz-ci/job/gateway/ws/trunk/vendor/plugins/xmpp4rails' External at revision -1 U vendor/plugins/xmpp4rails/README At revision 985 At revision 985 no change for http://www.rvooz.org/svn/gateway/trunk since the previous build no change for http://svn.devjavu.com/backgroundrb/trunk since the previous build [workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson57865.sh + cd trunk + rake db:drop:all (in http://rvooz-ci/job/gateway/ws/trunk) + rake db:create:all (in http://rvooz-ci/job/gateway/ws/trunk) + rake db:migrate (in http://rvooz-ci/job/gateway/ws/trunk) == 1 CreateUsers: migrating =================================================== -- create_table("users", {:force=>true}) -> 0.2478s == 1 CreateUsers: migrated (0.2480s) ========================================== == 2 AddOpenIdAuthenticationTables: migrating ================================= -- create_table(:open_id_authentication_associations, {:force=>true}) -> 0.0846s -- create_table(:open_id_authentication_nonces, {:force=>true}) -> 0.0378s == 2 AddOpenIdAuthenticationTables: migrated (0.1266s) ======================== == 3 CreateUserOpenids: migrating ============================================= -- create_table(:user_openids) -> 0.0681s -- add_index("user_openids", ["openid_url"], {:name=>"index_user_openids_on_openid_url", :unique=>true}) -> 0.0855s -- add_index("user_openids", ["user_id"], {:name=>"index_user_openids_on_user_id"}) -> 0.0874s == 3 CreateUserOpenids: migrated (0.2418s) ==================================== == 4 MoveIdentityUrlToUserOpenidTable: migrating ============================== -- remove_column(:users, :identity_url) -> 0.0727s == 4 MoveIdentityUrlToUserOpenidTable: migrated (0.1318s) ===================== == 5 UserHasName: migrating =================================================== -- add_column(:users, :name, :string) -> 0.0354s == 5 UserHasName: migrated (0.0356s) ========================================== == 6 CreateContacts: migrating ================================================ -- create_table(:contacts) -> 0.0494s -- add_index("contacts", ["user_id"], {:name=>"index_contacts_on_user_id"}) -> 0.0474s == 6 CreateContacts: migrated (0.0973s) ======================================= == 7 CreateEntries: migrating ================================================= -- create_table(:entries) -> 0.1028s == 7 CreateEntries: migrated (0.1030s) ======================================== == 8 CreateContextions: migrating ============================================= -- create_table(:contextions) -> 0.1167s == 8 CreateContextions: migrated (0.1171s) ==================================== + rake --trace ci:setup:testunit test CI_REPORTS=results rm -rf results /usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" "test/unit/entry_test.rb" "test/unit/contact_test.rb" "test/unit/user_openid_test.rb" "test/unit/user_notifier_test.rb" "test/unit/contextion_test.rb" "test/unit/user_test.rb" "test/unit/user_openids_test.rb" /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb (in http://rvooz-ci/job/gateway/ws/trunk) ** Invoke ci:setup:testunit (first_time) ** Execute ci:setup:testunit ** Invoke test (first_time) ** Execute test ** Invoke test:units (first_time) ** Invoke db:test:prepare (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment ** Execute db:abort_if_pending_migrations ** Execute db:test:prepare ** Invoke db:test:clone (first_time) ** Invoke db:schema:dump (first_time) ** Invoke environment ** Execute db:schema:dump ** Invoke db:test:purge (first_time) ** Invoke environment ** Execute db:test:purge ** Execute db:test:clone ** Invoke db:schema:load (first_time) ** Invoke environment ** Execute db:schema:load ** Execute test:units Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader Started .......F..F..F............ Finished in 43.540158 seconds. 1) Failure: test_identity_url_becomes_user_openid_on_create(UserTest) [./test/unit/user_test.rb:145:in `test_identity_url_becomes_user_openid_on_create' http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference' ./test/unit/user_test.rb:141:in `test_identity_url_becomes_user_openid_on_create' http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference' ./test/unit/user_test.rb:140:in `test_identity_url_becomes_user_openid_on_create' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']: <1> expected but was <0>. 2) Failure: test_make_contact_on_user_create(UserTest) [./test/unit/user_test.rb:166:in `test_make_contact_on_user_create' http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference' ./test/unit/user_test.rb:163:in `test_make_contact_on_user_create' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']: <2> expected but was <0>. 3) Failure: test_should_create_user(UserTest) [./test/unit/user_test.rb:34:in `test_should_create_user' http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference' ./test/unit/user_test.rb:32:in `test_should_create_user' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']: <false> is not true. 26 tests, 44 assertions, 3 failures, 0 errors /usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" "test/functional/entries_controller_test.rb" "test/functional/contacts_controller_test.rb" "test/functional/user_openids_controller_test.rb" "test/functional/feeds_controller_test.rb" "test/functional/context_controller_test.rb" "test/functional/users_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/contextions_controller_test.rb" "test/functional/rvooz_configuration_test.rb" /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb ** Invoke test:functionals (first_time) ** Invoke db:test:prepare ** Execute test:functionals Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader Started ....<rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> </rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> </rvooz:Contextions>.<rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> </rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'> <rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''> <rvooz:Geocontext> <lat>37.545</lat> <long>-122.154</long> <radius>1</radius> </rvooz:Geocontext> </rvooz:Context> <rvooz:Reason type='closest'> <distance units='km'>5</distance> </rvooz:Reason> </rvooz:Contextion> </rvooz:Contextions>................................. Finished in 3.311518 seconds. 38 tests, 89 assertions, 0 failures, 0 errors /usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb ** Invoke test:integration (first_time) ** Invoke db:test:prepare ** Execute test:integration Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader Started Finished in 0.001173 seconds. 0 tests, 0 assertions, 0 failures, 0 errors Errors running test:units! Recording test results _______________________________________________ Dev mailing list Dev@... http://lists.rvooz.org/listinfo.cgi/dev-rvooz.org |
|
|
Hudson build is back to normal: gateway #107See http://rvooz-ci/job/gateway/107/changes
_______________________________________________ Dev mailing list Dev@... http://lists.rvooz.org/listinfo.cgi/dev-rvooz.org |
| Free embeddable forum powered by Nabble | Forum Help |