Convert src/interfaces/libpq/test to a tap test.
Andres Freund <andres@anarazel.de>
Convert src/interfaces/libpq/test to a tap test. The old form of the test needed a bunch of custom infrastructure. These days tap tests provide the necessary infrastructure to do better. We discussed whether to move this test to src/test/modules, alongside libpq_pipeline, but concluded that the opposite direction would be better. libpq_pipeline will be moved at a later date, once the buildfarm and msvc build infrastructure is ready for it. The invocation of the tap test will be added in the next commit. It involves just enough buildsystem changes to be worth commiting separately. Can't happen the other way round because prove errors out when invoked without tests. Discussion: https://postgr.es/m/20220223203031.ezrd73ohvjgfksow@alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/t/001_uri.pl | added | +244 −0 |
| src/interfaces/libpq/test/expected.out | deleted | +0 −171 |
| src/interfaces/libpq/test/.gitignore | modified | +0 −2 |
| src/interfaces/libpq/test/Makefile | modified | +2 −5 |
| src/interfaces/libpq/test/README | deleted | +0 −7 |
| src/interfaces/libpq/test/regress.in | deleted | +0 −57 |
| src/interfaces/libpq/test/regress.pl | deleted | +0 −65 |
Discussion
- convert libpq uri-regress tests to tap test 34 messages · 2022-02-23 → 2022-06-03