Thread: serial vs parallell regression tests

serial vs parallell regression tests

From
"Magnus Hagander"
Date:
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