Spinner

Plumbing build 334

finished at 10:15 AM on 11 February 2008 taking 7 seconds

Build Changeset
Revision 333 committed by olabini on 2008-02-11 16:14:28 Don't load MySQL unit spec on JRuby M /skunkworks/trunk/spec/unit/persistence/adapters/mysql_adapter_spec.rb Revision 334 committed by olabini on 2008-02-11 16:14:29 Make JDBC adapter have the same specs as MySQL adapter, and make everything pass M /skunkworks/trunk/spec/unit/persistence/adapters/jdbc_adapter_spec.rb M /skunkworks/trunk/app/plumbing/persistence/adapters/jdbc_adapter.rb
Build Log
/usr/ccrb/shared/projects/Plumbing/work $ ruby -e require 'rubygems' rescue nil; require 'rake'; load '/usr/ccrb/releases/20070911215441/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run mysql -u root < /usr/ccrb/shared/projects/Plumbing/work/spec/fixtures/test_schema.sql (in /usr/ccrb/shared/projects/Plumbing/work) [CruiseControl] Invoking Rake task "default" .........................P.....................................................................................P.......................................................... Pending: Mapping::Attributes define() with invalid arguments should blow up when invalid option is given (Not Yet Implemented) belongs_to should be loaded (Not Yet Implemented) Finished in 1.350186 seconds 170 examples, 0 failures, 2 pending P..P Pending: associations should save widget's id when saving picture (Not Yet Implemented) persistence framework should pass a simple end-to-end accounting test (Not Yet Implemented) Finished in 0.319089 seconds 4 examples, 0 failures, 2 pending
Project Settings
# Project-specific configuration for CruiseControl.rb Project.configure do |project| project.email_notifier.emails = ['alexey.verkhovsky@gmail.com'] project.scheduler.polling_interval = 5.minutes end