You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-14 23:44:58 +02:00
Remove process-max option.
Parallelism is now tested in a more targeted manner and the high level option is no longer needed.
This commit is contained in:
@ -64,13 +64,7 @@ sub run
|
||||
foreach my $bRemote ($bS3 ? (true) : (false, true))
|
||||
{
|
||||
# Increment the run, log, and decide whether this unit test should be run
|
||||
if (!$self->begin("rmt ${bRemote}, s3 ${bS3}", $self->processMax() == 1)) {next}
|
||||
|
||||
if ($bS3 && $self->processMax() != 1)
|
||||
{
|
||||
&log(INFO, 'skipped - no need to run multi-process tests on s3');
|
||||
next;
|
||||
}
|
||||
if (!$self->begin("rmt ${bRemote}, s3 ${bS3}")) {next}
|
||||
|
||||
# Create hosts, file object, and config
|
||||
my ($oHostDbMaster, $oHostDbStandby, $oHostBackup, $oHostS3) = $self->setup(
|
||||
|
Reference in New Issue
Block a user