Re: backup manifests and contemporaneous buildfarm failures

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: backup manifests and contemporaneous buildfarm failures
Дата
Msg-id 95e52766-4e00-1bc7-8710-8b681760bdf4@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: backup manifests and contemporaneous buildfarm failures  (Mikael Kjellström <mikael.kjellstrom@mksoft.nu>)
Ответы Re: backup manifests and contemporaneous buildfarm failures
Re: backup manifests and contemporaneous buildfarm failures
Список pgsql-hackers
On 4/5/20 9:10 AM, Mikael Kjellström wrote:
> On 2020-04-04 04:43, Robert Haas wrote:
>
>> I think I've done about as much as I can do for tonight, though. Most
>> things are green now, and the ones that aren't are failing because of
>> stuff that is at least plausibly fixed. By morning it should be
>> clearer how much broken stuff is left, although that will be somewhat
>> complicated by at least sidewinder and seawasp needing manual
>> intervention to get back on track.
>
> I fixed sidewinder I think.  Should clear up the next time it runs.
>
> It was the mode on the directory it couldn't handle-  A regular rm -rf
> didn't work I had to do a chmod -R 700 on all directories to be able
> to manually remove it.
>
>


Hmm, the buildfarm client does this at the beginning of each run to
remove anything that might be left over from a previous run:


    rmtree("inst");
    rmtree("$pgsql") unless ($from_source && !$use_vpath);


Do I need to precede those with some recursive chmod commands? Perhaps
the client should refuse to run if there is still something left after
these.


cheers


andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Thoughts on "killed tuples" index hint bits support on standby
Следующее
От: Tom Lane
Дата:
Сообщение: Re: backup manifests and contemporaneous buildfarm failures