Fix incorrect TAP test ordering
Peter Eisentraut <peter@eisentraut.org>
Fix incorrect TAP test ordering Using a test function before a possible skip_all is incorrect. If the skip_all is called, the test output will become incorrect and the test file will fail. a4f23f9b3c introduced a new test before skip_all. After discussion, this doesn't really need to be a test. Instead, we just bail out if the condition is not satisfied. Discussion: https://www.postgresql.org/message-id/af5567a1-aea6-fbdb-7e4b-d1e23a43c43b@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_amcheck/t/004_verify_heapam.pl | modified | +1 −1 |
Discussion
- BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE 38 messages · 2023-01-05 → 2024-07-05