slot_creation_error failures

Started by Thomas Munroover 3 years ago3 messages
#2Masahiko Sawada
sawada.mshk@gmail.com
In reply to: Thomas Munro (#1)
Re: slot_creation_error failures

On Fri, Jul 22, 2022 at 10:59 AM Thomas Munro <thomas.munro@gmail.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]https://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=fairywren&amp;dt=2022-04-11%2021%3A04%3A15&amp;stg=test-decoding-check:

========================== 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&amp;dt=2022-04-11%2021%3A04%3A15&amp;stg=test-decoding-check

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

#3Thomas Munro
thomas.munro@gmail.com
In reply to: Masahiko Sawada (#2)
Re: slot_creation_error failures

On Fri, Jul 22, 2022 at 3:11 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote:

We can see regression.diffs[1]:

Ahh, right, thanks. We see it when it fails in test-decoding-check on
Windows, but not when it fails in MiscCheck, and I didn't check enough
of them.