1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test
David Steele f45e76fa2e
Fix issues with leftover spool files from a prior restore.
If an ok file (which indicates the WAL segment was not found) is present on the first iteration of the loop then remove it and spawn the async process to retry. This action also resets the queue.

Also error if no response is received from the async process rather than returning not found. PostgreSQL will respond the same either way, but this allows us to determine when something is going wrong with the async process.

Update archiveAsyncStatus() to allow warnings to be suppressed. It is better to retry if no WAL segment was found before warning because the warning might be stale.
2021-05-13 17:51:39 -04:00
..
certificate New test containers with static test certificates. 2018-11-21 18:13:37 -05:00
code-count v2.33: Multi-Repository and GCS Support 2021-04-05 09:18:20 -04:00
data Automate generation of WAL and pg_control test files. 2017-11-18 20:02:54 -05:00
expect Improve archive-push command fault tolerance. 2021-03-25 12:54:49 -04:00
lib/pgBackRestTest Exclude Dockerfile from code count. 2021-05-04 07:52:35 -04:00
src Fix issues with leftover spool files from a prior restore. 2021-05-13 17:51:39 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Change CentOS 7 documentation test to CentOS 8. 2021-05-11 16:54:42 -04:00
container.yaml Basic multi-architecture support for test containers. 2021-05-03 16:31:27 -04:00
define.yaml Convert BackupType enum to StringId. 2021-05-03 12:15:39 -04:00
Dockerfile Basic multi-architecture support for test containers. 2021-05-03 16:31:27 -04:00
test.pl Basic multi-architecture support for test containers. 2021-05-03 16:31:27 -04:00
Vagrantfile Add instructions to install lcov for MacOS. 2021-05-04 15:51:46 -04:00