Move pump_until to TestLib.pm. The subroutine pump_until provides the functionality to poll until the given string is matched, or a timeout occurs. This can be used from other places as well, so moving it to TestLib.pm. The immediate need is for an upcoming regression test patch for dropdb utility.
Author: Vignesh C Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/cap_rwwmljjbn70vlozfpxgw3xd7nlb_7+nkz46h5eoo2k5h...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/290acac92b1d7bebb4ec68fe8b7a5cb442333eda Modified Files -------------- src/test/perl/TestLib.pm | 37 +++++++++++++++++++ src/test/recovery/t/013_crash_restart.pl | 63 ++++++++++++-------------------- 2 files changed, 60 insertions(+), 40 deletions(-)