serial vs parallell regression tests - Mailing list pgsql-hackers

From Magnus Hagander
Subject serial vs parallell regression tests
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B68C@algol.sollentuna.se
Whole thread Raw
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Function to kill backend
Next
From: "Greg Sabino Mullane"
Date:
Subject: Solaris initdb fails: shmmax tweak alternative?