test/functional/ct_1_iterator.rb in ruote-2.1.10 vs test/functional/ct_1_iterator.rb in ruote-2.1.11
- old
+ new
@@ -9,9 +9,12 @@
class CtIteratorTest < Test::Unit::TestCase
include ConcurrentBase
+ # Test proper handling of collisions between an iterator and another worker
+ # passing a stop command.
+ #
def test_collision
pdef = Ruote.process_definition do
concurrence do
iterator :on => (1..10).to_a, :tag => 'it' do