{5} Assigned, Active Tickets by Owner (Full Description) (3 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

ska..@waste.org

Ticket Summary Component Milestone Type Created
Description
#9 Unit tests on a new worker fail workers None defect 10/31/06

A bare, just-generated worker in a bare, just-generated rails app fails to pass unit tests.

$rails -d sqlite3 pirate
      create
      create  app/controllers
      create  app/helpers
      . . .
      create  log/development.log
      create  log/test.log

$cd pirate
$rake migrate #create blank db
$svn export http://svn.devjavu.com/backgroundrb/trunk vendor/plugins/backgroundrb
A    vendor/plugins/backgroundrb
A    vendor/plugins/backgroundrb/test
A    vendor/plugins/backgroundrb/test/scheduler_test.rb
. . .
A    vendor/plugins/backgroundrb/examples/drb.css
Exported revision 108.
$$ruby script/generate worker first
      create  lib/workers/
      exists  test/unit/
      create  lib/workers/first_worker.rb
      create  test/unit/first_worker_test.rb
$rake test
(in /home/joshua/tmp/20061030-bdbtest/pirate)
/usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb" "test/unit/first_worker_test.rb"
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing': uninitialized constant Worker (NameError)
        from /home/joshua/tmp/20061030-bdbtest/pirate/config/../lib/workers/first_worker.rb:5
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
        from /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require'
        from ./test/unit/first_worker_test.rb:2
        from /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb:5
        from /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb:5
/usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb"
/usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb"
rake aborted!
Test failures

(See full trace by running task with --trace)

#25 Jruby MiddleMan Client server None defect 11/03/06

This isn't strictly our 'defect', just that you currently can't access the MiddleMan? through a DRb client started in Jruby. headius in #jruby confirmed that UnDRbdumped has probably only been tested with plain datatypes (e.g. String). We can at least submit a jira ticket for this at some point.

With JRuby 0.9.0/1 it throws exception while unmarshaling on Middleman#worker(key)


#27 rake backgroundrb:stop fails to read ppid rails_integration None defect 11/04/06

Really don't know why this is. When you stop the server using rake backgroundrb:stop if fails on the IO.read of the ppid file. We don't see this when you call the script directly.


Note: See TracReports for help on using and creating reports.