Running a single test
Viktor Holmberg <v@viktorh.net>
From: Viktor Holmberg <v@viktorh.net>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-11-17T10:26:59Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Document how to run a subset of regress tests
- 20bff3d7945e 19 (unreleased) landed
Hello hackers Apologies if this is a n00b question - but really can’t find anything about it in the docs. I can run all the regression tests with `make test`. But is there a way to run a single specific test? It’d be nice to do this for example when adding extra assertions to a test, without touching the code. /Viktor Holmberg