pgAgent commit: Add a simple regression test.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Add a simple regression test.
Date: 2018-07-20 15:51:57
Message-ID: E1fgXhF-0002co-7H@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-20 15:56:07 pgAdmin 4 commit: Remove comment that's not really needed any more.
Previous Message Dave Page 2018-07-20 12:36:25 pgAgent commit: Link with pthreads on non-Windows and non-macOS platfor