mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
## Problem We need automated tests of extensions shipped with Neon to detect possible problems. ## Summary of changes A new image neon-test-extensions is added. Workflow changes to test the shipped extensions are added as well. Currently, the regression tests, shipped with extensions are in use. Some extensions, i.e. rum, timescaledb, rdkit, postgis, pgx_ulid, pgtap, pg_tiktoken, pg_jsonschema, pg_graphql, kq_imcx, wal2json_2_5 are excluded due to problems or absence of internal tests. --------- Co-authored-by: Alexander Bayandin <alexander@neon.tech> Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
20 lines
690 B
Diff
20 lines
690 B
Diff
commit b3ea51ee158f113f2f82d0b97c12c54343c9a695 (HEAD -> master)
|
|
Author: Alexey Masterov <alexeymasterov@neon.tech>
|
|
Date: Fri Jun 7 19:23:42 2024 +0000
|
|
|
|
Disable REGRESS_OPTIONS causing initdb
|
|
|
|
diff --git a/ext-src/pg_cron-src/Makefile b/ext-src/pg_cron-src/Makefile
|
|
index 053314c..fbd5fb5 100644
|
|
--- a/ext-src/pg_cron-src/Makefile
|
|
+++ b/ext-src/pg_cron-src/Makefile
|
|
@@ -5,7 +5,7 @@ EXTENSION = pg_cron
|
|
DATA_built = $(EXTENSION)--1.0.sql
|
|
DATA = $(wildcard $(EXTENSION)--*--*.sql)
|
|
|
|
-REGRESS_OPTS =--temp-config=./pg_cron.conf --temp-instance=./tmp_check
|
|
+#REGRESS_OPTS =--temp-config=./pg_cron.conf --temp-instance=./tmp_check
|
|
REGRESS = pg_cron-test
|
|
|
|
# compilation configuration
|