Re: A failure in 031_recovery_conflict.pl on Cirrus CI Windows Server
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-07-25T10:54:56Z
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
On Tue, Jul 25, 2023 at 01:56:41PM +0530, Bharath Rupireddy wrote: > I've observed the following failure once in one of my Cirrus CI runs > on Windows Server on HEAD: > > timed out waiting for match: (?^:User was holding shared buffer pin > for too long) at > C:/cirrus/src/test/recovery/t/031_recovery_conflict.pl line 318. > # Postmaster PID for node "primary" is 696 > > https://api.cirrus-ci.com/v1/artifact/task/5272062399348736/testrun/build/testrun/recovery/031_recovery_conflict/log/regress_log_031_recovery_conflict > > https://github.com/BRupireddy/postgres/runs/15296698158 Known: https://postgr.es/m/flat/20220409045515.35ypjzddp25v72ou%40alap3.anarazel.de https://postgr.es/m/flat/CA+hUKGK3PGKwcKqzoosamn36YW-fsuTdOPPF1i_rtEO=nEYKSg@mail.gmail.com A good next step would be patch "Fix recovery conflict SIGUSR1 handling" from https://postgr.es/m/CA+hUKG+Hi5P1j_8cVeqLLwNSVyJh4RntF04fYWkeNXfTrH2MYA@mail.gmail.com (near the end of that second thread).