serial vs parallell regression tests

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: serial vs parallell regression tests
Date: 2004-04-04 18:15:54
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34B68C@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Sabino Mullane 2004-04-04 19:41:38 Solaris initdb fails: shmmax tweak alternative?
Previous Message Bruce Momjian 2004-04-04 17:27:44 Re: thread_test.c problems