Group
Extension

Matches 4

Gearman-Driver ( P/PL/PLU/Gearman-Driver-0.02008.tar.gz, PLU, 2014; MetaCPAN )
Gearman-Driver/t/040-live-console.t ( view source; MetaCPAN )
( $telnet->getline(), ".\n" );
    }

    sleep(6);

    $test->();

    for ( 1 .. 2 ) {
        isnt( shift(@pids), shift(@old_pids) );
    }

    $telnet->print('killall Gearman::Driver::Test::Live
    is( $telnet->getline(), ".\n" );

    sleep(6);

    $test->();

    for ( 1 .. 2 ) {
        isnt( shift(@pids), shift(@old_pids) );
    }

    # reset default values
    $telnet->print("set_min_
Gearman-Driver ( P/PL/PLU/Gearman-Driver-0.02008.tar.gz, PLU, 2014; MetaCPAN )
Gearman-Driver/t/028-live-process-group.t ( view source; MetaCPAN )
ssGroup group1 #2' );
    is( $$pid1, $$pid4, 'Same pid for all jobs of ProcessGroup group1 #3' );
    isnt( $$pid1, $$pid5, 'Not same pid because job5 doesnt use ProcessGroup' );
}

$test->shutdown;
Gearman-Driver ( P/PL/PLU/Gearman-Driver-0.02008.tar.gz, PLU, 2014; MetaCPAN )
Gearman-Driver/t/026-live-max-idle-time.t ( view source; MetaCPAN )
 );
        sleep(2);
    }

    sleep(6);
    my $pid2 = $gc->do_task( 'Gearman::Driver::Test::Live::MaxIdleTime::get_pid' => '' );
    isnt( $$pid2, $$pid1, 'Got another PID' );
}

$test->shutdown;
Gearman-Driver ( P/PL/PLU/Gearman-Driver-0.02008.tar.gz, PLU, 2014; MetaCPAN )
Gearman-Driver/t/024-live-job-quit.t ( view source; MetaCPAN )
st::Live::Quit::quit1' => '' );
    like( $$pid2, qr/^\d+$/, 'Got again some number (pid)' );
    isnt( $$pid2, $$pid1, 'Worker got restarted, got a new pid' );
}

{
    my $pid1 = $gc->do_task( 'Gear

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