1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
David Steele 6af827cbb1
Report original error and retries on local job failure.
The local process will retry jobs (e.g. backup file) but after a certain number of failures gives up. Previously, the last error was reported but generally the first error is far more valuable. The last error is likely to be a cascade failure such as the protocol being out of sync.

Report the first error (and stack trace) and append the retry errors to the first error without stack trace information.
2021-10-05 09:00:16 -04:00
..
certificate
code-count Migrate command-line help generation to C. 2021-09-08 18:16:06 -04:00
data
expect Report backup file validation errors in backup.info. 2021-10-04 13:45:53 -04:00
lib/pgBackRestTest Finalize catalog number for PostgreSQL 14 release. 2021-09-30 13:27:14 -04:00
src Report original error and retries on local job failure. 2021-10-05 09:00:16 -04:00
.gitignore
ci.pl Add arm64 testing on Cirrus CI. 2021-10-02 17:27:33 -04:00
container.yaml Finalize catalog number for PostgreSQL 14 release. 2021-09-30 13:27:14 -04:00
define.yaml Allow stack trace to be specified for errorInternalThrow(). 2021-10-01 15:29:31 -04:00
Dockerfile Build newer valgrind and move CA cert install in test containers. 2021-09-02 13:26:21 -04:00
test.pl Migrate command-line help generation to C. 2021-09-08 18:16:06 -04:00
Vagrantfile Build newer valgrind and move CA cert install in test containers. 2021-09-02 13:26:21 -04:00