postgresql/contrib/test_decoding/sql
Tomas Vondra a180c2b34d Stabilize test_decoding touching with sequences
Some of the test_decoding regression tests are unstable due to modifying
a sequence. The first increment of a sequence after a checkpoint is
always logged (and thus decoded), which makes the output unpredictable.
The runs are usually much shorter than a checkpoint internal, so these
failures are rare, but we've seen a couple of them on animals that are
either slow or are running with valgrind/clobber cache/...

Fixed by skipping sequence decoding in most tests, with the exception of
the test aimed at testing decoding of sequences.

Reported-by: Amita Kapila
Discussion: https://postgr.es/m/d045f3c2-6cfb-06d3-5540-e63c320df8bc@enterprisedb.com
2022-03-08 19:23:00 +01:00
..
binary.sql
ddl.sql Stabilize test_decoding touching with sequences 2022-03-08 19:23:00 +01:00
decoding_in_xact.sql Stabilize test_decoding touching with sequences 2022-03-08 19:23:00 +01:00
decoding_into_rel.sql Add decoding of sequences to test_decoding 2022-02-12 00:51:46 +01:00
messages.sql
permissions.sql
prepared.sql
replorigin.sql Stabilize test_decoding touching with sequences 2022-03-08 19:23:00 +01:00
rewrite.sql Stabilize test_decoding touching with sequences 2022-03-08 19:23:00 +01:00
sequence.sql Fix skip-empty-xacts with sequences in test_decoding 2022-02-12 23:50:42 +01:00
slot.sql Stabilize test_decoding touching with sequences 2022-03-08 19:23:00 +01:00
spill.sql
stats.sql
stream.sql
time.sql
toast.sql Add decoding of sequences to test_decoding 2022-02-12 00:51:46 +01:00
truncate.sql Add decoding of sequences to test_decoding 2022-02-12 00:51:46 +01:00
twophase_stream.sql
twophase.sql Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts. 2022-03-04 18:53:13 -08:00
xact.sql