1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Env
David Steele c688bc8627 Improve support for special characters in filenames.
% characters caused issues in backup/restore due to filenames being appended directly into a format string.

Reserved XML characters (<>&') caused issues in the S3 driver due to improper escaping.

Add a file with all common special characters to regression testing.
2018-09-10 10:54:34 -04:00
..
Host Improve support for special characters in filenames. 2018-09-10 10:54:34 -04:00
ConfigEnvTest.pm Split cfgLoad() into multiple functions to make testing easier. 2018-04-13 16:05:52 -04:00
ExpireEnvTest.pm Require PostgreSQL catalog version when instantiating a Manifest object (and not loading it from disk). 2018-07-16 17:25:15 -04:00
HostEnvTest.pm Require PostgreSQL catalog version when instantiating a Manifest object (and not loading it from disk). 2018-07-16 17:25:15 -04:00
S3EnvTest.pm Generate global fake cert in containers for testing. 2017-08-08 16:26:44 -04:00