TAP test for recovery_end_command
Amul Sul <sulamul@gmail.com>
From: Amul Sul <sulamul@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-09-09T11:18:16Z
Lists: pgsql-hackers
Attachments
- TAP-test_recovery_end_command.patch (application/x-patch) patch
Hi, The attached patch adds a small test for recovery_end_command execution. Currently, patch tests execution of recovery_end_command by creating dummy file, I am not wedded only to this approach, other suggestions also welcome. Also, we don't have a good test for archive_cleanup_command as well, I am not sure how we could test that which executes with every restart-point. Thanks to my colleague Neha Sharma for confirming the test execution on Windows. Regards, Amul
Commits
-
Add TAP test for archive_cleanup_command and recovery_end_command
- 46dea2419ee7 15.0 landed