6 Commits

Author SHA1 Message Date
zhuk
eb5df17d69 Initialize test database clusters with UTF-8 encoding.
Initial idea from Patrick Keshishian on ports@, okay landry@.
2015-09-24 20:35:31 +00:00
kirby
73de9b2a88 - remove trailing white spaces
- add RSC id and header to README-plpython
OK jasper@
2015-08-03 07:42:30 +00:00
zhuk
963a1d0ef8 Run test commands in a subshell to avoid potential clutter of variables
coming from those modules.
2015-07-19 12:42:20 +00:00
zhuk
1e4bb553c3 Don't use same directory for both mariadb.port.mk and postgresql.port.mk:
they could be used at the same time, and each of them wipes the database
directory before running server.
2015-07-19 12:34:41 +00:00
zhuk
5cc84cfc6e Add --nosync to initdb(1) invocation to speed up test framework startup,
as suggested in private mail.
2015-01-21 21:12:28 +00:00
zhuk
2ae5b98b96 Add infrastructure for testing PostgreSQL-based apps. It sets up database
cluster, creates a database (optionally), starts server and then starts
actual test code. The server gets correctly shut down after testing.
Also, only Unix sockets are used for connections, minimizing side effects
on running system.

Man page to follow.

okay espie@
2015-01-12 20:54:09 +00:00