pgsql: Fix backstop in gin test if injection point is not reached - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix backstop in gin test if injection point is not reached
Date
Msg-id E1rl9uj-003wnG-27@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix backstop in gin test if injection point is not reached

Per Tom Lane's observation that the test got stuck in infinite loop if
the injection_points module was not loaded. It was supposed to give up
after 10000 iterations, but the backstop was broken.

Discussion: https://www.postgresql.org/message-id/2498595.1710511222%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d802ff06d0216d59aab3ddba6cb158d1f4b014db

Modified Files
--------------
src/test/modules/gin/expected/gin_incomplete_splits.out | 5 +++--
src/test/modules/gin/sql/gin_incomplete_splits.sql      | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Try to unbreak injection-fault tests in the buildfarm
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix handling of expecteddir in pg_regress