Masahiko Sawada <[email protected]> writes:
> I've reproduced the issue on local and confirmed the root cause; two
> background psql sessions in the TAP test run with ON_ERROR_STOP=1 and
> got canceled by pg_cancel_backend(), so psql exited as soon as the
> cancelation error arrived. I've attached the patch that fixes the
> problem. I'm waiting for CI to check if the tests still pass on other
> environments.

The buildfarm looks like this has made 051_effective_wal_level.pl
less stable, not more so.  The failures all look like

[18:37:44.952](0.014s) # injection_point 'logical-decoding-activation' is 
reached
[18:37:44.982](0.030s) ok 35 - the activation process aborted
[18:37:44.982](0.001s) # die: ack Broken pipe: write( 13, '\\q
# ' ) at /usr/share/perl5/vendor_perl/IPC/Run/IO.pm line 550.
[18:37:44.982](0.000s) 1..35
ack Broken pipe: write( 13, '\\q
' ) at /usr/share/perl5/vendor_perl/IPC/Run/IO.pm line 550.
# Postmaster PID for node "primary" is 81208
### Stopping node "primary" using mode immediate

                        regards, tom lane


Reply via email to