pgAgent commit: Add a simple regression test.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAgent commit: Add a simple regression test.
Дата
Msg-id E1fgXhF-0002co-7H@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAgent commit: Link with pthreads on non-Windows and non-macOSplatfor
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Remove comment that's not really needed any more.