Thread: pgsql: Flush to show results of TestLib.pm (TAP) test as we go.

pgsql: Flush to show results of TestLib.pm (TAP) test as we go.

From
Kevin Grittner
Date:
Flush to show results of TestLib.pm (TAP) test as we go.

It appears that some attempt was made to do this using autocommit,
but it wasn't effective (at least on Ubuntu 14.04).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/adb495049f575563930f3c1fbef2843bda3ae46d

Modified Files
--------------
src/test/perl/SimpleTee.pm |    1 +
1 file changed, 1 insertion(+)


Re: pgsql: Flush to show results of TestLib.pm (TAP) test as we go.

From
Tom Lane
Date:
Kevin Grittner <kgrittn@postgresql.org> writes:
> Flush to show results of TestLib.pm (TAP) test as we go.

Probably would be reasonable to back-patch that.  SimpleTee.pm is
currently identical in all branches that have it, and I see no good
reason to let it diverge.  Our need for intelligible test output is
not any weaker in the back branches.

            regards, tom lane