mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
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 |
||
|---|---|---|
| .. | ||
| binary.sql | ||
| ddl.sql | ||
| decoding_in_xact.sql | ||
| decoding_into_rel.sql | ||
| messages.sql | ||
| permissions.sql | ||
| prepared.sql | ||
| replorigin.sql | ||
| rewrite.sql | ||
| sequence.sql | ||
| slot.sql | ||
| spill.sql | ||
| stats.sql | ||
| stream.sql | ||
| time.sql | ||
| toast.sql | ||
| truncate.sql | ||
| twophase_stream.sql | ||
| twophase.sql | ||
| xact.sql | ||