Re: parallel regression test output

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgresql.org
Date: 2010-01-17T21:05:18Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> I propose to adjust the behavior so that the "parallel group" line
> prints the test names before/as the tests are started, and then the
> subsequent lines print the results after the tests finish, as is
> currently the case.

This is not actually going to work nicely in cases such as the number of
parallel tests being limited by max_connections.  Personally I never
found the current behavior objectionable ...

			regards, tom lane