diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2022-03-08 18:54:37 +0100 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2022-03-08 19:23:00 +0100 |
commit | a180c2b34de0989269fdb819bff241a249bf5380 (patch) | |
tree | 5485b3d201bfa9ae798279b157364ffa38cb84de /src/backend/tcop/postgres.c | |
parent | 54c72eb5e5e63f99f68c054900424724b0570b20 (diff) | |
download | postgresql-a180c2b34de0989269fdb819bff241a249bf5380.tar.gz postgresql-a180c2b34de0989269fdb819bff241a249bf5380.zip |
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
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions