Fix src/test/subscription/t/029_on_error.pl test when wal_debug is enabled - Mailing list pgsql-hackers

From Ilyasov Ian
Subject Fix src/test/subscription/t/029_on_error.pl test when wal_debug is enabled
Date
Msg-id GV1P251MB100415F17E6B2FDD7188777ECDE32@GV1P251MB1004.EURP251.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Fix src/test/subscription/t/029_on_error.pl test when wal_debug is enabled
List pgsql-hackers
Hello, hackers!

Recently I've been building postgres with different cflags and cppflags.
And suddenly on REL_15_STABLE, REL_16_STABLE and master
I faced a failure of a src/test/subscription/t/029_on_error.pl test when
      CPPFLAGS="-DWAL_DEBUG"
and
      printf "wal_debug = on\n" >> "${TEMP_CONFIG}"
(or when both publisher and subscriber or only subscriber are run with wal_debug=on)

So I propose a little fix to the test.


Kind regards,
Ian Ilyasov.

Junior Software Developer at Postgres Professional
Attachment

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Fix resource leak (src/backend/libpq/be-secure-common.c)
Next
From: David Rowley
Date:
Subject: Re: explain format json, unit for serialize and memory are different.