Обсуждение: 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.

От
Kevin Grittner
Дата:
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.

От
Tom Lane
Дата:
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