You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-14 23:44:58 +02:00
Remove flapping protocol timeout test that will be replaced in the upcoming storage patch.
This commit is contained in:
@ -1135,17 +1135,6 @@ sub run
|
||||
{oLogTest => $self->expect(), bRemote => $bRemote});
|
||||
}
|
||||
|
||||
# Test protocol shutdown timeout
|
||||
#-----------------------------------------------------------------------------------------------------------------------
|
||||
if ($bNeutralTest && $bRemote)
|
||||
{
|
||||
$oHostBackup->backup(
|
||||
$strType, 'protocol shutdown timeout',
|
||||
{oExpectedManifest => \%oManifest,
|
||||
strOptionalParam => '--protocol-timeout=2 --db-timeout=.5 --log-level-console=warn',
|
||||
strTest => TEST_BACKUP_STOP, fTestDelay => 2, bSupplemental => false});
|
||||
}
|
||||
|
||||
# Test backup from standby warning that standby not configured so option reset
|
||||
#-----------------------------------------------------------------------------------------------------------------------
|
||||
if (!defined($oHostDbStandby) && $bNeutralTest)
|
||||
|
Reference in New Issue
Block a user