Re: enable certain TAP tests for MSVC builds

2021-12-08 Thread Andrew Dunstan
On 12/8/21 03:14, Michael Paquier wrote: > On Tue, Dec 07, 2021 at 03:40:29PM -0500, Andrew Dunstan wrote: >> All done. > bowerbird is complaining here with the tests of pg_basebackup: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2021-12-08%2004%3A52%3A27 > > tar: Cannot

Re: enable certain TAP tests for MSVC builds

2021-12-08 Thread Michael Paquier
On Tue, Dec 07, 2021 at 03:40:29PM -0500, Andrew Dunstan wrote: > All done. bowerbird is complaining here with the tests of pg_basebackup: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2021-12-08%2004%3A52%3A27 tar: Cannot execute remote shell: No such file or directory tar

Re: enable certain TAP tests for MSVC builds

2021-12-07 Thread Andrew Dunstan
On 12/5/21 18:32, Noah Misch wrote: > On Sun, Dec 05, 2021 at 06:00:08PM -0500, Andrew Dunstan wrote: >> On 12/5/21 14:47, Noah Misch wrote: >>> On Sun, Dec 05, 2021 at 11:57:31AM -0500, Andrew Dunstan wrote: Certain TAP tests rely on settings that the Make files provide for them. Howev

Re: enable certain TAP tests for MSVC builds

2021-12-05 Thread Noah Misch
On Sun, Dec 05, 2021 at 06:00:08PM -0500, Andrew Dunstan wrote: > On 12/5/21 14:47, Noah Misch wrote: > > On Sun, Dec 05, 2021 at 11:57:31AM -0500, Andrew Dunstan wrote: > >> Certain TAP tests rely on settings that the Make files provide for them. > >> However vcregress.pl doesn't provide those set

Re: enable certain TAP tests for MSVC builds

2021-12-05 Thread Andrew Dunstan
On 12/5/21 14:47, Noah Misch wrote: > On Sun, Dec 05, 2021 at 11:57:31AM -0500, Andrew Dunstan wrote: >> Certain TAP tests rely on settings that the Make files provide for them. >> However vcregress.pl doesn't provide those settings. This patch remedies >> that, and I propose to apply it shortly

Re: enable certain TAP tests for MSVC builds

2021-12-05 Thread Noah Misch
On Sun, Dec 05, 2021 at 11:57:31AM -0500, Andrew Dunstan wrote: > Certain TAP tests rely on settings that the Make files provide for them. > However vcregress.pl doesn't provide those settings. This patch remedies > that, and I propose to apply it shortly (when we have a fix for the SSL > tests tha

enable certain TAP tests for MSVC builds

2021-12-05 Thread Andrew Dunstan
Certain TAP tests rely on settings that the Make files provide for them. However vcregress.pl doesn't provide those settings. This patch remedies that, and I propose to apply it shortly (when we have a fix for the SSL tests that I will write about separately) and backpatch it appropriately. chee