1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Module/Storage
Marc Cousin cb3b4fa24b Enable socket keep-alive on older Perl versions.
The prior method depended on IO:Socket:SSL to push the keep-alive options down to the socket but it only worked for recent versions of the module.

Instead, create the socket directly using IO::Socket::IP if available or IO:Socket:INET as a fallback.  The keep-alive option is set directly on the socket before it is passed to IO:Socket:SSL.

Contributed by Marc Cousin.
2019-02-28 14:33:29 +02: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 Fix possible truncated WAL segments when an error occurs mid-write. 2019-02-15 11:52:39 +02:00
StorageS3AuthPerlTest.pm Fix non-compliant ISO-8601 timestamp format in S3 authorization headers. 2018-07-01 08:17:27 -04:00
StorageS3CertPerlTest.pm Enable socket keep-alive on older Perl versions. 2019-02-28 14:33:29 +02:00
StorageS3PerlTest.pm Fix possible truncated WAL segments when an error occurs mid-write. 2019-02-15 11:52:39 +02:00
StorageS3RequestPerlTest.pm Retry all S3 5xx errors rather than just 500 internal errors. 2018-10-30 16:45:42 -04:00