Re: A failure in 031_recovery_conflict.pl on Debian/s390x
Christoph Berg <myon@debian.org>
From: Christoph Berg <myon@debian.org>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Noah Misch <noah@leadboat.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Andres Freund <andres@anarazel.de>
Date: 2023-08-06T20:40:37Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix instability in 031_recovery_conflict.pl.
- 0174c2d213f6 17.0 landed
-
Fix recovery conflict SIGUSR1 handling.
- 0da096d78e1e 17.0 landed
-
Disable 031_recovery_conflict.pl in 15 and 16.
- e13de4913913 15.5 landed
- 8d1cf9674a25 16.0 landed
Attachments
- 031_recovery_conflict_primary.log (text/plain)
- 031_recovery_conflict_standby.log (text/plain)
- regress_log_031_recovery_conflict (text/plain)
Re: Thomas Munro > It's great that you can reproduce this semi-reliably! I've rebased > the patch, hoping you can try it out. Unfortunately very semi, today I didn't get to the same point where it exited after test 7, but got some other timeouts. Not even sure they are related to this (?) problem. Anyway: > https://www.postgresql.org/message-id/CA%2BhUKGJDcyW8Hbq3UyG-5-5Y7WqqOTjrXbFTMxxmhiofFraE-Q%40mail.gmail.com This patch makes the testsuite hang (and later exit) after this: ok 17 - 5 recovery conflicts shown in pg_stat_database # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 17. I haven't seen any other problems with the patch attached, but since that test was hanging and hence very slow, I couldn't do many runs. Perhaps that's progress, I don't know. :) Logs attached. Christoph