Group
Extension

Matches 5

Gearman-SlotManager ( K/KH/KHS/Gearman-SlotManager-0.3.tar.gz, KHS, 2012; MetaCPAN )
Gearman-SlotManager/t/03-SlotOverwork.t ( view source; MetaCPAN )
  is $res,'OLLEH','client result ok';

        isnt $slot->worker_pid, $cpid,'worker respawned';
        $cv->send;
    });
});

my $res = $cv->recv;
isnt $res,'timeout','ends successfully';
$slot->st
Gearman-SlotManager ( K/KH/KHS/Gearman-SlotManager-0.3.tar.gz, KHS, 2012; MetaCPAN )
Gearman-SlotManager/t/05-SlotManagerWork.t ( view source; MetaCPAN )
$str),"check $n";},
    );
}
my $tt = AE::timer 5,0,sub{ 
    $cv->send;
};

my $res = $cv->recv;
isnt $res,'timeout','ends successfully';
undef($tt);
$slotman->stop;
undef($slotman);
gstop();

done_t
Gearman-SlotManager ( K/KH/KHS/Gearman-SlotManager-0.3.tar.gz, KHS, 2012; MetaCPAN )
Gearman-SlotManager/t/00-SlotWorker.t ( view source; MetaCPAN )
'OLLEH','client result ok';
    
#    kill SIGINT,$$;
    $cv->send;
});




my $res = $cv->recv;
isnt $res,'timeout','ends successfully';
undef($t);
undef($c);
kill INT => $ww;
gstop();


done_testin
Gearman-SlotManager ( K/KH/KHS/Gearman-SlotManager-0.3.tar.gz, KHS, 2012; MetaCPAN )
Gearman-SlotManager/t/04-SlotManager.t ( view source; MetaCPAN )
mer 5,0,sub{ 
#    $slot->stop();
#    is $slot->is_stopped, 1;
    $cv->send;
};

my $res = $cv->recv;
isnt $res,'timeout','ends successfully';
undef($tt);
undef($slotman);
gstop();

done_testing();
Gearman-SlotManager ( K/KH/KHS/Gearman-SlotManager-0.3.tar.gz, KHS, 2012; MetaCPAN )
Gearman-SlotManager/t/02-Slot.t ( view source; MetaCPAN )
5,0,sub{ 
    $slot->stop();
    is $slot->is_stopped, 1;
    $cv->send;
};

my $res = $cv->recv;
isnt $res,'timeout','ends successfully';
undef($t);
undef($tt);
undef($slot);
gstop();

done_testing()

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.