Skip to content

Commit 6de8b16

Browse files
author
Michael Paquier
committed
Incorporate new test facility in pg_arman
This new facility has the advantage on not relying on static data when generating the tests making the whole facility more robust. This is basically taken from the upstream project pg_rman and adapted for the sake of this pet project, so most of the credit go to Kyotaro Horiguchi and Amit Langote regarding this facility. However I have adapted a bunch of things and fixed a lot of redundancy and code duplication.
1 parent 8559733 commit 6de8b16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+936
-466
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif # ASCIIDOC
3434
PG_CPPFLAGS = -I$(libpq_srcdir)
3535
PG_LIBS = $(libpq_pgport)
3636

37-
REGRESS = option init show_validate backup_restore
37+
REGRESS = init option show delete backup restore
3838

3939
PG_CONFIG = pg_config
4040
PGXS := $(shell $(PG_CONFIG) --pgxs)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ License
8383

8484
pg_arman can be distributed under the PostgreSQL license. See COPYRIGHT
8585
file for more information. pg_arman is a fork of the existing project
86-
pg_rman, initially created and maintained by NTT and Itagaki Takahiro.
86+
pg_arman, initially created and maintained by NTT and Itagaki Takahiro.

data/sample_backup/20090531/170553/backup.ini

Lines changed: 0 additions & 13 deletions
This file was deleted.

data/sample_backup/20090531/170553/database/PG_VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/sample_backup/20090531/170553/file_arclog.txt

Whitespace-only changes.

data/sample_backup/20090531/170553/file_database.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/sample_backup/20090601/170553/backup.ini

Lines changed: 0 additions & 13 deletions
This file was deleted.

data/sample_backup/20090601/170553/database/PG_VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/sample_backup/20090601/170553/file_arclog.txt

Whitespace-only changes.

data/sample_backup/20090601/170553/file_database.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)