Re: TAP test for recovery_end_command
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Amul Sul <sulamul@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Euler Taveira <euler@eulerto.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-27T05:20:50Z
Lists: pgsql-hackers
On Wed, Oct 27, 2021 at 10:32:22AM +0530, Amul Sul wrote: > Thanks for the updated version. The patch is much better than before > except needing minor changes to the test description that testing > recovery_end_command_file before promotion, I did the same in the > attached version. ok(!-f $recovery_end_command_file, - 'recovery_end_command executed after promotion'); + 'recovery_end_command not executed yet'); Indeed :p -- Michael
Commits
-
Add TAP test for archive_cleanup_command and recovery_end_command
- 46dea2419ee7 15.0 landed