| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Disable debug_discard_caches in test_oat_hooks test. |
| Date: | 2022-11-19 18:43:01 |
| Message-ID: | E1owSns-000uGG-UY@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Disable debug_discard_caches in test_oat_hooks test.
The test output varies when debug_discard_caches is enabled,
because that causes extra executions of recomputeNamespacePath.
Maybe putting a hook in that was a bad idea, but as a stopgap,
just turn off debug_discard_caches in this test.
Per buildfarm (now that we have debug_discard_caches coverage
again). Back-patch to v15 where this module was added.
Discussion: https://postgr.es/m/2267406.1668804934@sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/3efc82e28951c6eee24aead056b8478cb424af2e
Modified Files
--------------
src/test/modules/test_oat_hooks/expected/test_oat_hooks.out | 4 ++++
src/test/modules/test_oat_hooks/sql/test_oat_hooks.sql | 5 +++++
2 files changed, 9 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2022-11-19 21:56:50 | pgsql: Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on |
| Previous Message | Tom Lane | 2022-11-19 18:09:32 | pgsql: Doc: sync src/tutorial/basics.source with SGML documentation. |