Обсуждение: pgAgent commit: Add a simple regression test.

Поиск
Список
Период
Сортировка

pgAgent commit: Add a simple regression test.

От
Dave Page
Дата:
Add a simple regression test.
Original work by Christoph Berg, with updates by me to make it work on
macOS which doesn't have a "timeout" command and to cleanup some issues
with line endings in the expected output files.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=8b7ec040d4b837593c94fa6149bec0a77b95ad64

Modified Files
--------------
.gitignore             |  7 ++++++-
README                 | 10 ++++++++++
test/Makefile          |  4 ++++
test/expected/init.out |  1 +
test/expected/job.out  | 23 +++++++++++++++++++++++
test/sql/init.sql      |  1 +
test/sql/job.sql       | 18 ++++++++++++++++++
7 files changed, 63 insertions(+), 1 deletion(-)