Changeset 354
- Timestamp:
- 11/16/07 11:50:36 (1 year ago)
- Files:
-
- trunk/api/perl/Gearman/t/30-maxqueue.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/api/perl/Gearman/t/30-maxqueue.t
r207 r354 55 55 $tasks->wait; 56 56 57 is($completed, 2, 'number of success'); # One starts immediately and on the queue 58 is($failed, 3, 'number of failure'); # All the rest57 ok($completed == 2 || $completed == 1, 'number of success'); # One in the queue, plus one that may start immediately 58 ok($failed == 3 || $failed== 4, 'number of failure'); # All the rest 59 59 60 60
