From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: aio: Add test_aio module |
Date: | 2025-04-01 18:54:58 |
Message-ID: | E1tzglG-0029Xu-0h@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
aio: Add test_aio module
To make the tests possible, a few functions from bufmgr.c/localbuf.c had to be
exported, via buf_internals.h.
Reviewed-by: Noah Misch <noah(at)leadboat(dot)com>
Co-authored-by: Andres Freund <andres(at)anarazel(dot)de>
Co-authored-by: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://postgr.es/m/uvrtrknj4kdytuboidbhwclo4gxhswwcpgadptsjvjqcluzmah%40brqs62irg4dt
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/93bc3d75d8e1aabdc256ff6da2282266dca82537
Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 8 +-
src/backend/storage/buffer/localbuf.c | 3 +-
src/include/storage/buf_internals.h | 7 +
src/test/modules/Makefile | 1 +
src/test/modules/meson.build | 1 +
src/test/modules/test_aio/.gitignore | 2 +
src/test/modules/test_aio/Makefile | 26 +
src/test/modules/test_aio/meson.build | 37 +
src/test/modules/test_aio/t/001_aio.pl | 1503 +++++++++++++++++++++++++
src/test/modules/test_aio/t/002_io_workers.pl | 125 ++
src/test/modules/test_aio/test_aio--1.0.sql | 108 ++
src/test/modules/test_aio/test_aio.c | 806 +++++++++++++
src/test/modules/test_aio/test_aio.control | 3 +
13 files changed, 2622 insertions(+), 8 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2025-04-01 19:37:58 | pgsql: doc: Adjust some notes about pg_upgrade's file transfer modes. |
Previous Message | Andres Freund | 2025-04-01 17:34:27 | pgsql: aio: Add pg_aios view |
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Lakhin | 2025-04-01 19:00:01 | Re: Improving tracking/processing of buildfarm test failures |
Previous Message | Ranier Vilela | 2025-04-01 18:53:08 | Re: Small memory fixes for pg_createsubcriber |