Re: slot_creation_error failures

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: slot_creation_error failures
Date: 2022-07-22 03:10:27
Message-ID: CAD21AoDErV6wxKojnsVfUNwE=2YMY8zPfwE3ncK3kOE=fnGakA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 22, 2022 at 10:59 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
>
> Hi,
>
> Here are some recent $SUBJECT on HEAD. Unfortunately we don't see the
> regression.diffs file :-(

We can see regression.diffs[1]:

========================== output_iso/regression.diffs ================
diff -w -U3 C:/tools/nmsys64/home/pgrunner/bf/root/HEAD/pgsql/contrib/test_decoding/expected/slot_creation_error.out
C:/tools/nmsys64/home/pgrunner/bf/root/HEAD/pgsql.build/contrib/test_decoding/output_iso/results/slot_creation_error.out
--- C:/tools/nmsys64/home/pgrunner/bf/root/HEAD/pgsql/contrib/test_decoding/expected/slot_creation_error.out
2022-03-19 06:04:11.806604000 +0000
+++ C:/tools/nmsys64/home/pgrunner/bf/root/HEAD/pgsql.build/contrib/test_decoding/output_iso/results/slot_creation_error.out
2022-04-11 21:15:58.342700300 +0000
@@ -92,23 +92,7 @@
FROM pg_stat_activity
WHERE application_name = 'isolation/slot_creation_error/s2';
<waiting ...>
-step s2_init: <... completed>
-FATAL: terminating connection due to administrator command
-server closed the connection unexpectedly
+PQconsumeInput failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.

-step s1_terminate_s2: <... completed>
-pg_terminate_backend
---------------------
-t
-(1 row)
-
-step s1_c: COMMIT;
-step s1_view_slot:
- SELECT slot_name, slot_type, active FROM pg_replication_slots
WHERE slot_name = 'slot_creation_error'
-
-slot_name|slot_type|active
----------+---------+------
-(0 rows)
-

Regards,

[1] https://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=fairywren&dt=2022-04-11%2021%3A04%3A15&stg=test-decoding-check

--
Masahiko Sawada
EDB: https://www.enterprisedb.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2022-07-22 03:21:51 Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size
Previous Message Tom Lane 2022-07-22 03:10:04 Re: Remove useless arguments in ReadCheckpointRecord().