Re: Using Test::More test functions for pg_rewind

2022-02-23 Thread Daniel Gustafsson
> On 21 Feb 2022, at 16:17, Andrew Dunstan wrote: > Looks OK. Thanks, pushed. -- Daniel Gustafsson https://vmware.com/

Re: Using Test::More test functions for pg_rewind

2022-02-21 Thread Andrew Dunstan
On 2/21/22 09:10, Daniel Gustafsson wrote: > check_query() in RewindTest.pm currently has this comment before handrolling > tests for return code and stderr: > > # We don't use ok() for the exit code and stderr, because we want this > # check to be just a single test. > > The code came with t

Using Test::More test functions for pg_rewind

2022-02-21 Thread Daniel Gustafsson
check_query() in RewindTest.pm currently has this comment before handrolling tests for return code and stderr: # We don't use ok() for the exit code and stderr, because we want this # check to be just a single test. The code came with the initial import of pg_rewind, and there is no further e