Skip to content

Commit

Permalink
Add regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Jan 30, 2025
1 parent 730584d commit 06d72bd
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ EXTENSION = yezzey
DATA = yezzey--1.0.sql yezzey--1.0--1.8.sql yezzey--1.8--1.8.1.sql yezzey--1.8.1--1.8.2.sql yezzey--1.8.2--1.8.3.sql yezzey--1.8.3--1.8.4.sql
PGFILEDESC = "yezzey - external storage tables offloading extension"

REGRESS = simple


ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
6 changes: 6 additions & 0 deletions expected/simple.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SELECT 1
?column?
----------
1
(1 row)

1 change: 1 addition & 0 deletions sql/simple.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT 1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 06d72bd

Please sign in to comment.