| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pgruntime: fix `psql --version` parsing on Ubuntu | Stefan Majewsky | 2026-08-05 | 1 | -2/+5 |
| | | | | | | This currently breaks all repeated calls to WithTestDB (i.e., all users where more than two packages call WithTestDB) within GH Actions. | ||||
| * | add testing/pgruntime | Stefan Majewsky | 2026-08-01 | 1 | -3/+7 |
| | | | | | | | | | Testing pgruntime has quickly turned out to be a nightmare, because so many parts of the test logic are not easily reproducible (e.g. `stopDBIfLingering`). I decided to not waste a bunch of time testing code that is relatively compact and easy to verify by careful examination, and that is unlikely to change a lot in the future. | ||||
| * | pgruntime: allow overriding .testdb path | Stefan Majewsky | 2026-07-31 | 1 | -1/+30 |
| | | |||||
| * | add package pgruntime | Stefan Majewsky | 2026-07-30 | 1 | -0/+280 |
