1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test/lib/pgBackRestTest/Common
David Steele f88012cef3 Fix regexp to ignore ./.. directories in the Posix driver.
In versions <= 2.15 the old regexp caused any file or directory beginning with . to be ignored during a backup.  This has caused behavioral differences in 2.16 because the new C code correctly excludes ./.. directories.

This Perl code is only used for testing now, but it should still match the output of the C functions.
2019-08-22 10:18:34 -04:00
..
BuildTest.pm Add CPPFLAGS to compile rules. 2019-06-01 09:28:31 -04:00
CiTest.pm Remove perl critic and coverage. 2019-07-05 16:55:17 -04:00
CodeCountTest.pm Add code classification exclusion missed in 3e1b06ac. 2019-05-30 10:44:35 -04:00
ContainerTest.pm Add PostgreSQL query client. 2019-07-25 14:50:02 -04:00
CoverageTest.pm Automate coverage summary report generation. 2019-05-15 13:04:56 -04:00
DefineTest.pm Allow modules to be included for testing without requiring coverage. 2019-07-25 20:15:06 -04:00
ExecuteTest.pm Drain stderr during test process execution as well as termination to prevent lockups if there is a lot of output. 2017-08-11 18:31:25 -04:00
FileTest.pm Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
HostGroupTest.pm Use minio as local S3 emulator in documentation. 2019-05-27 07:37:20 -04:00
HostTest.pm Use minio as local S3 emulator in documentation. 2019-05-27 07:37:20 -04:00
JobTest.pm Allow modules to be included for testing without requiring coverage. 2019-07-25 20:15:06 -04:00
ListTest.pm Improve single test run performance. 2018-11-03 16:34:04 -04:00
LogTest.pm TLS/HTTP statistics log replacements. 2019-06-18 10:13:28 -04:00
RunTest.pm Remove perl critic and coverage. 2019-07-05 16:55:17 -04:00
Storage.pm Add storage layer for tests and documentation. 2019-06-17 09:16:44 -04:00
StoragePosix.pm Fix regexp to ignore ./.. directories in the Posix driver. 2019-08-22 10:18:34 -04:00
StoragePosixRead.pm Add storage layer for tests and documentation. 2019-06-17 09:16:44 -04:00
StoragePosixWrite.pm Add storage layer for tests and documentation. 2019-06-17 09:16:44 -04:00
VmTest.pm Remove clang static analysis. 2019-07-05 18:34:15 -04:00