1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test
David Steele 76bcb740b6
Add GCS batch delete support.
The GCS driver sent a single file delete request for each file while deleting a path. Depending on latency this could lead to rather long delete times, especially noticeable during expiration.

Improve GCS delete to use batches, which require multipart HTTP, so also add multipart HTTP infrastructure.
2024-04-27 15:42:10 +10:00
..
certificate Update Fedora test image to Fedora 38. 2024-04-23 22:34:32 +10:00
code-count Begin v2.52 development. 2024-03-25 11:22:53 +13:00
data Remove test data files made obsolete by d41b21c8. 2024-03-30 10:43:05 +11:00
lib/pgBackRestTest/Common Dynamically find python in meson build. 2024-04-25 19:32:07 +10:00
src Add GCS batch delete support. 2024-04-27 15:42:10 +10:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Dynamically find python in meson build. 2024-04-25 19:32:07 +10:00
container.yaml Dynamically find python in meson build. 2024-04-25 19:32:07 +10:00
define.yaml Add GCS batch delete support. 2024-04-27 15:42:10 +10:00
Dockerfile SFTP support for repository storage. 2023-05-13 19:16:16 +03:00
test.pl Make meson the primary build system. 2024-03-10 10:53:31 +13: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