1
0
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:
David Steele
2017-05-15 10:24:46 -04:00
parent c31da3f961
commit 33c87b2a1c
3 changed files with 4 additions and 22 deletions

View File

@ -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)