Put libpq_pipeline cancel test back

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 6b3678d3474ff456b3229e4829c595be1c0c2888
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2024-03-18T12:14:55Z
Releases: 17.0
Put libpq_pipeline cancel test back

I disabled it in cc6e64afda53 because it was unstable; hopefully the
changes here make it more stable.  (Jelte proposed to submit the queries
using simple query protocol, but I chose to instead make the monitor
connection wait until the PgSleep wait event is seen.  This is probably
not a terribly meaningful increase in coverage ...)

Discussion: https://postgr.es/m/CAGECzQRQh_5tSy+5cndgv08eNJ2O0Zpwn2YddJtSsmC=Wpy1BQ@mail.gmail.com

Files

PathChange+/−
src/test/modules/libpq_pipeline/libpq_pipeline.c modified +22 −15

Discussion