limiting parallelism in "make check"

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема limiting parallelism in "make check"
Дата
Msg-id 008801c39d1e$e36da7e0$6401a8c0@DUNSLANE
обсуждение исходный текст
Список pgsql-hackers
I recently posted a patch to pg_regress to limit parallelism for cygwin to a maximum of 10, so that "make check" could succeed. Tom preferred that this should be settable by the user explicitly rather than hard coded (and hidden), and not limited by platform, so that you could say
 
  make MAX_CONNECTIONS=10 check
 
or
 
  pg_regress --max-connections=10
 
Adding these switches should be quite straightforward., and I'm prepared to do it. I think it's important that we can run "make check" everywhere.
 
A slightly simpler alternative would be to provide "make serialcheck" which would run the serial schedule of tests in a temp installation.
 
Thoughts?
 
andrew

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Slightly inconsistent behaviour in regproc?
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: Defaults for GUC variables (was Re: pg_ctl reports succes when start fails)