pg_upgrade test writes to source directory

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pg_upgrade test writes to source directory
Дата
Msg-id f80ace33-11fb-1cd3-20f8-98f51d151088@enterprisedb.com
обсуждение исходный текст
Ответы Re: pg_upgrade test writes to source directory  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
The 002_pg_upgrade.pl test leaves a file delete_old_cluster.sh in the 
source directory.  In vpath builds, there shouldn't be any files written 
to the source directory.

Note that the TAP tests run with the source directory as the current 
directory, so this is the result of pg_upgrade leaving its output files 
in the current directory.

It looks like an addition of

     chdir $ENV{TESTOUTDIR};

could fix it.  Please check the patch.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Assert name/short_desc to prevent SHOW ALL segfault
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Multi-Master Logical Replication