pgAgent commit: Add a simple regression test. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAgent commit: Add a simple regression test.
Date
Msg-id E1fgXhF-0002co-7H@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAgent commit: Link with pthreads on non-Windows and non-macOSplatfor
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove comment that's not really needed any more.