Skip to content

Commit d2a8c2e

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 7b1e381 commit d2a8c2e

File tree

6 files changed

+3591
-1
lines changed

6 files changed

+3591
-1
lines changed

src/test/regress/GNUmakefile

+4
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)