1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test/lib/pgBackRestTest/Module/Storage
David Steele e73416e9e3 Change file ownership only when required.
Previously chown() would be called even when no ownership changes were required.

In most cases changes are not required and it seems better to perform an extra stat() rather than an extra chown().

Also add unit tests for owner() since there weren't any.
2018-12-05 17:56:47 -05:00
..
StorageFilterCipherBlockPerlTest.pm Rename CipherError to CryptoError. 2018-11-06 19:38:38 -05:00
StorageFilterGzipPerlTest.pm Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00
StorageFilterShaPerlTest.pm Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00
StorageHelperPerlTest.pm Rename db-* options to pg-* and backup-* options to repo-* to improve consistency. 2018-02-03 18:27:38 -05:00
StorageLocalPerlTest.pm Allow hashSize() to run on remote storage. 2018-09-18 11:39:48 -04:00
StoragePosixPerlTest.pm Change file ownership only when required. 2018-12-05 17:56:47 -05:00
StorageS3AuthPerlTest.pm Fix non-compliant ISO-8601 timestamp format in S3 authorization headers. 2018-07-01 08:17:27 -04:00
StorageS3CertPerlTest.pm Update SSL error message test on CentOS 7. 2018-05-11 10:39:36 -04:00
StorageS3PerlTest.pm Improve support for special characters in filenames. 2018-09-10 10:54:34 -04:00
StorageS3RequestPerlTest.pm Retry all S3 5xx errors rather than just 500 internal errors. 2018-10-30 16:45:42 -04:00