Re: 010_pg_basebackup.pl vs multiple filesystems

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: 010_pg_basebackup.pl vs multiple filesystems
Дата
Msg-id CA+TgmobwNAfL7NGfeGK6vbTpP3=25BAy1vT-GXue+27TWQWk4A@mail.gmail.com
обсуждение исходный текст
Ответ на 010_pg_basebackup.pl vs multiple filesystems  (Andres Freund <andres@anarazel.de>)
Ответы Re: 010_pg_basebackup.pl vs multiple filesystems
Re: 010_pg_basebackup.pl vs multiple filesystems
Список pgsql-hackers
On Sun, Jul 7, 2024 at 3:02 AM Andres Freund <andres@anarazel.de> wrote:
> While working on [1] I encountered the issue that, on github-actions,
> 010_pg_basebackup.pl fails on windows.
>
> The reason for that is that github actions uses two drives, with TMP/TEMP
> located on c:, the tested code on d:.  This causes the following code to fail:
>
>   # Create a temporary directory in the system location.
>   my $sys_tempdir = PostgreSQL::Test::Utils::tempdir_short;

Whatever we end up doing about this, it would be a good idea to check
the other places that use tempdir_short and see if they also need
adjustment.

--
Robert Haas
EDB: http://www.enterprisedb.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: tests fail on windows with default git settings
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: tests fail on windows with default git settings