summaryrefslogtreecommitdiff
path: root/src/test/perl/TestLib.pm
Commit message (Expand)AuthorAgeFilesLines
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-1007/+0
* Fix TestLib::slurp_file() with offset on windows.Andres Freund2021-10-041-18/+18
* Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier2021-09-221-0/+5
* Make TestLib::perl2host more consistent and robustAndrew Dunstan2021-07-291-1/+5
* Improve TestLib::system_or_bail error reportingAlvaro Herrera2021-07-061-2/+22
* Ignore more environment variables in pg_regress.cMichael Paquier2021-06-131-0/+1
* Ignore more environment variables in TAP testsMichael Paquier2021-06-031-11/+32
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-3/+4
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-071-1/+0
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan2021-04-161-5/+16
* Use croak instead of die in Perl code when appropriatePeter Eisentraut2020-10-221-6/+7
* Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan2020-07-161-6/+67
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-081-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-1/+3
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-301-1/+7
* When a TAP file has non-zero exit status, retain temporary directories.Noah Misch2020-02-051-2/+7
* Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila2019-11-301-37/+0
* Move pump_until to TestLib.pm.Amit Kapila2019-11-281-0/+37
* Don't use native methods in TestLib::slurp_file on MsysAndrew Dunstan2019-11-271-1/+1
* Revert "Close stdin where it's not needed in TestLib.pm procedures"Andrew Dunstan2019-11-271-38/+11
* Fix closing stdin in TestLib.pmAndrew Dunstan2019-11-261-9/+19
* Close stdin where it's not needed in TestLib.pm proceduresAndrew Dunstan2019-11-251-10/+27
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2019-11-241-4/+23
* Suppress another CR in program outputAndrew Dunstan2019-09-301-0/+1
* Add POD documentation to TestLib.pmAlvaro Herrera2019-09-021-33/+307
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-211-10/+19
* Initial pgperltidy run for v12.Tom Lane2019-05-221-1/+1
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-0/+1
* Add TAP test to check consistency of minimum recovery LSNMichael Paquier2019-03-131-0/+11
* Allow ENOENT in check_mode_recursive().Noah Misch2018-09-081-4/+17
* Use $Test::Builder::Level in TAP test functionsPeter Eisentraut2018-07-011-0/+11
* Fix whitespacePeter Eisentraut2018-06-271-2/+2
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-271-0/+14
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-091-2/+4
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-36/+36
* Allow group access on PGDATAStephen Frost2018-04-071-0/+25
* Refactor dir/file permissionsStephen Frost2018-04-071-0/+73
* Don't use an Msys virtual path to create a tablespaceAndrew Dunstan2018-03-201-0/+18
* Raise Test::More version requirementPeter Eisentraut2018-03-061-2/+2
* Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut2018-01-091-0/+19
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-211-1/+1
* Avoid and detect SIGPIPE race in TAP tests.Noah Misch2017-12-161-0/+4
* Fix more portability issues in new pgbench TAP tests.Tom Lane2017-09-081-6/+8
* Add much-more-extensive TAP tests for pgbench.Tom Lane2017-09-081-0/+38
* Final pgindent + perltidy run for v10.Tom Lane2017-08-141-0/+1
* Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan2017-07-261-0/+19
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-171-2/+3
* Require sufficiently modern version of Test::More for TAP testsAndrew Dunstan2017-04-221-1/+2