| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: ci: enable various runtime checks on FreeBSD and macOS |
| Date: | 2022-10-02 01:37:45 |
| Message-ID: | E1oenvN-000VPV-4R@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
ci: enable various runtime checks on FreeBSD and macOS
Increase likelihood of discovering problems during CI rather the buildfarm by
defining -DRELCACHE_FORCE_RELEASE -DCOPY_PARSE_PLAN_TREES
-DWRITE_READ_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST on FreeBSD, and
-DRANDOMIZE_ALLOCATED_MEMORY on macOS.
FreeBSD and macoS are currently not CI bottlenecks, so we can afford to
increase their test times a bit.
Author: Justin Pryzby <pryzbyj(at)telsasoft(dot)com>
Discussion: https://postgr.es/m/20220910200542.GX31833@telsasoft.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/89d16b63527d078ae611b0af1241258ffa1f460b
Modified Files
--------------
.cirrus.yml | 2 ++
1 file changed, 2 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2022-10-02 15:46:43 | Re: pg_upgrade test failure |
| Previous Message | Andres Freund | 2022-10-01 23:59:33 | pgsql: ci: macos: Reduce test concurrency |