Обсуждение: serial vs parallell regression tests

Поиск
Список
Период
Сортировка

serial vs parallell regression tests

От
"Magnus Hagander"
Дата:
Hi!

From what I can see, a "make check" runs the parallell tests and a "make
installcheck" runs the serial tests. Is there any special reason for
this? And for not providing a way to run the other kind of test
depending on the installation?

Stumbled across this when doing regress tests on win32, which requires
"installcheck", and I wanted to do the parallell tests. It was easy
enough to do by just calling pg_regress manually, but it seemed
inconsistent.


//Magnus