pgsql: Put libpq_pipeline cancel test back

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Put libpq_pipeline cancel test back
Date: 2024-03-18 12:21:21
Message-ID: E1rmBzV-004RIC-6D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6b3678d3474ff456b3229e4829c595be1c0c2888

Modified Files
--------------
src/test/modules/libpq_pipeline/libpq_pipeline.c | 37 ++++++++++++++----------
1 file changed, 22 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-03-18 15:46:34 pgsql: Add missing source files to nls.mk
Previous Message Heikki Linnakangas 2024-03-18 12:07:00 pgsql: Fix EXPLAIN Bitmap heap scan to count pages with no visible tupl