Skip to content

Commit

Permalink
debugging a potential Drb marshalling error on TC
Browse files Browse the repository at this point in the history
  • Loading branch information
marklubarsky committed Jan 19, 2011
1 parent ffed9bd commit 84c332b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/parallel_tests/master_runner.rb
Expand Up @@ -15,12 +15,12 @@ def initialize
end

def run_later(test_case, process_number)
if first_process? process_number
# if first_process? process_number
log_queue_size "run_later(#{process_number})"
@queue << test_case
else
puts "skipping #{test_case.name} for processor ##{[process_number]}, QUEUE SIZE:#{@queue.size}"
end
# else
# puts "skipping #{test_case.name} for processor ##{[process_number]}, QUEUE SIZE:#{@queue.size}"
# end
end

def run_tests_later(tests, process_number)
Expand Down

0 comments on commit 84c332b

Please sign in to comment.