Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e2334c1

Browse files
fila43Commitfest Bot
authored and
Commitfest Bot
committed
Add test for temporary files compression, this commit adds tests for lz4 and pglz.
1 parent dd4f4e3 commit e2334c1

File tree

6 files changed

+3591
-1
lines changed

6 files changed

+3591
-1
lines changed

src/test/regress/GNUmakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ installdirs-tests: installdirs
9494
REGRESS_OPTS = --dlpath=. --max-concurrent-tests=20 \
9595
$(EXTRA_REGRESS_OPTS)
9696

97+
ifeq ($(with_lz4),yes)
98+
override EXTRA_TESTS := join_hash_lz4 $(EXTRA_TESTS)
99+
endif
100+
97101
check: all
98102
$(pg_regress_check) $(REGRESS_OPTS) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(EXTRA_TESTS)
99103

0 commit comments

Comments
 (0)