mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
41b00dc204
If an error occurred while acquiring a lock on a remote server the error would be reported correctly, but the queue max detection code was not reached. The tests failed to detect this because they fixed the connection before queue max, allowing the ccde to be reached. Move the queue max code before the lock so it will run even when remote connections are not working. This means that no attempt will be made to transfer WAL once queue max has been exceeded, but it makes it much more likely that the code will be reach without error. Update tests to continue errors up to the point where queue max is exceeded. Reported by Lardière Sébastien. |
||
---|---|---|
.. | ||
HostBackupTest.pm | ||
HostBaseTest.pm | ||
HostDbCommonTest.pm | ||
HostDbSyntheticTest.pm | ||
HostDbTest.pm | ||
HostS3Test.pm |