Add a new helper function wait_for_file() to Utils.pm.
Fujii Masao <fujii@postgresql.org>
Add a new helper function wait_for_file() to Utils.pm. wait_for_file() waits for the contents of a specified file, starting at an optional offset, to match a given regular expression. If no offset is provided, the entire file is checked. The function times out after $PostgreSQL::Test::Utils::timeout_default seconds. It returns the total file length on success. The existing wait_for_log() function contains almost identical logic, but is limited to reading the cluster's log file. This commit also refactors wait_for_log() to call wait_for_file() instead, avoiding code duplication. This helper will be used by upcoming changes. Suggested-by: Mircea Cadariu <cadariu.mircea@gmail.com> Author: Fujii Masao <masao.fujii@gmail.com> Reviewed-by: Mircea Cadariu <cadariu.mircea@gmail.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://postgr.es/m/CAHGQGwFeTymZQ7RLvMU6WuDGar8bUQCazg=VOfA-9GeBkg-FzA@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/test/perl/PostgreSQL/Test/Cluster.pm | modified | +2 −18 |
| src/test/perl/PostgreSQL/Test/Utils.pm | modified | +39 −0 |
Discussion
- pg_recvlogical: Prevent flushed data from being re-sent after restarting replication 23 messages · 2025-09-04 → 2026-01-16