You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Temporarily disable flapping keep-alive test.
This commit is contained in:
@@ -205,6 +205,10 @@
|
||||
<release-item>
|
||||
<p>Improved formatting of <code>testResult()</code> output.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<p>Temporarily disable flapping keep-alive test.</p>
|
||||
</release-item>
|
||||
</release-refactor-list>
|
||||
</release-test-list>
|
||||
</release>
|
||||
|
@@ -247,10 +247,11 @@ sub run
|
||||
{
|
||||
$strOptionalParam .= ' --protocol-timeout=2 --db-timeout=1';
|
||||
|
||||
if ($self->processMax() > 1)
|
||||
{
|
||||
$strTestPoint = TEST_KEEP_ALIVE;
|
||||
}
|
||||
# ??? This test is flapping and needs to implemented as a unit test instead
|
||||
# if ($self->processMax() > 1)
|
||||
# {
|
||||
# $strTestPoint = TEST_KEEP_ALIVE;
|
||||
# }
|
||||
}
|
||||
|
||||
# Create the archive info file
|
||||
|
Reference in New Issue
Block a user