Re: Add -k/--link option to pg_combinebackup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Add -k/--link option to pg_combinebackup
Дата
Msg-id 278129.1742330293@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Add -k/--link option to pg_combinebackup  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Add -k/--link option to pg_combinebackup
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Mar 18, 2025 at 1:55 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> 10s added to every check-world run doesn't sound "cheap" to me.

> Really? If you're sensitive to the time the tests take to run, maybe
> use 'meson test' rather than 'make check-world'?

FTR, what I actually use is

make -s -j10 check-world >/dev/null

which I like because I don't see any output unless there's a problem.
On my machine, that took right about 2 minutes for a long time;
lately it's crept up to about 2:15 which is already annoying me.
Admittedly an additional 10-second test might not add much to that
due to parallelism, but then again it might; it's hard to tell how
much slop we have in the parallel scheduling.

Anyway, I'm totally fine with finding a way to allow pgindent
checking to be included, as long as I can opt out of that.
I don't especially want to see buildfarm cycles going into it
on every animal, either.  If there's any test we have that ought
to be completely deterministic, it'd be this one.

            regards, tom lane



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