Re: [HACKERS] bug/oversight in TestLib.pm and PostgresNode.pm

2017-04-03 Thread Peter Eisentraut
On 3/22/17 11:51, Erik Rijkers wrote: > While trying to test pgbench's stderr (looking for 'creating tables' in > output of the initialisation step) I ran into these two bugs (or > perhaps better 'oversights'). Perhaps pgbench should be printing progress messages to stdout instead? > But

Re: [HACKERS] bug/oversight in TestLib.pm and PostgresNode.pm

2017-03-23 Thread Erik Rijkers
On 2017-03-23 03:28, Michael Paquier wrote: On Thu, Mar 23, 2017 at 12:51 AM, Erik Rijkers wrote: While trying to test pgbench's stderr (looking for 'creating tables' in output of the initialisation step) I ran into these two bugs (or perhaps better 'oversights'). + if

Re: [HACKERS] bug/oversight in TestLib.pm and PostgresNode.pm

2017-03-22 Thread Michael Paquier
On Thu, Mar 23, 2017 at 12:51 AM, Erik Rijkers wrote: > While trying to test pgbench's stderr (looking for 'creating tables' in > output of the initialisation step) I ran into these two bugs (or perhaps > better 'oversights'). + if (defined $expected_stderr) { +