1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test
David Steele 7d51228bf5 Migrate backupFile() tests in command/backup module.
The backupFile() tests were written before the bulk of the backup command had been migrated to C. Some of them have been migrated to the complete backup tests, but others were left because there was no way to make changes to files during a backup.

Now that we have the backup script harness introduced in 337da35a it is now possible to migrate all the tests. The new tests are better because they not only test backupFile() but all the functions upstream and downstream of it.
2023-11-24 17:07:49 -03:00
..
certificate SFTP support for repository storage. 2023-05-13 19:16:16 +03:00
code-count Remove support for PostgreSQL 9.3. 2023-11-09 12:59:12 -03:00
data
lib/pgBackRestTest Remove support for PostgreSQL 9.3. 2023-11-09 12:59:12 -03:00
src Migrate backupFile() tests in command/backup module. 2023-11-24 17:07:49 -03:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Build command and configuration reference in C. 2023-10-09 14:03:43 -04:00
container.yaml Remove support for PostgreSQL 9.3. 2023-11-09 12:59:12 -03:00
define.yaml Migrate backupFile() tests in command/backup module. 2023-11-24 17:07:49 -03:00
Dockerfile SFTP support for repository storage. 2023-05-13 19:16:16 +03:00
test.pl Remove support for PostgreSQL 9.3. 2023-11-09 12:59:12 -03:00
uncrustify.cfg Check for stray execute permissions in test.pl --code-format. 2023-02-01 12:57:04 +07:00
Vagrantfile SFTP support for repository storage. 2023-05-13 19:16:16 +03:00