branch: elpa/pg
commit 75efbb0a57c39e3df2896de0f0e8da31baf6ac61
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>
Tests: update Docker tags for test recipes
---
test/Makefile | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/test/Makefile b/test/Makefile
index 9d99d9e902e..241d0e1724b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -418,7 +418,7 @@ test-xata: test-pg.el
PGURI="postgresql://user:[email protected]/pgeltestdb:main?sslmode=force"
$(MAKE) test-tls
-# https://docs.timescale.com/self-hosted/latest/install/installation-docker/
+# https://docs.tigerdata.com/self-hosted/latest/install/installation-docker/
#
# Note that Timescaledb has a bunch of internal tables (owned by the currently
connected user) in
# schemas named _timescaledb_cache, _timescaledb_catalog, timescaledb_internal
and so on. We have
@@ -431,11 +431,13 @@ test-timescale: test-pg.el
-e POSTGRES_USER=pgeltestuser \
-e POSTGRES_PASSWORD=pgeltest \
-e PGPORT=5981 \
- -d docker.io/timescale/timescaledb:latest-pg17
+ -d docker.io/timescale/timescaledb-ha:pg17.6-ts2.21.4
sleep 5
PGEL_PORT=5981 $(MAKE) test
${DOCKER} stop timescale
+# -d docker.io/timescale/timescaledb:latest-pg17
+
# https://hub.docker.com/r/citusdata/citus
#
@@ -639,11 +641,11 @@ test-pgedge: test-pg.el
# default database name.
test-documentdb: test-pg.el
${DOCKER} run --rm --name documentdb \
- --pull=newer \
- --publish 5488:5488 \
- -e POSTGRES_PASSWORD=pgeltest \
- -e PGPORT=5488 \
- -d ghcr.io/ferretdb/postgres-documentdb:latest
+ --pull=newer \
+ --publish 5488:5488 \
+ -e POSTGRES_PASSWORD=pgeltest \
+ -e PGPORT=5488 \
+ -d ghcr.io/ferretdb/postgres-documentdb:latest
sleep 5
PGURI=postgresql://postgres:[email protected]:5488/postgres $(MAKE)
test
${DOCKER} stop documentdb
@@ -1238,7 +1240,7 @@ test-mindsdb: test-pg.el
-e MINDSDB_PASSWORD=pgeltest \
-e MINDSDB_APIS=postgres \
-e MINDSDB_NO_STUDIO=true \
- docker.io/mindsdb/mindsdb:latest
+ -d docker.io/mindsdb/mindsdb:latest
sleep 10
echo 'CREATE DATABASE pgeltestdb WITH ENGINE = "postgres", PARAMETERS =
{ "user": "pgeltestuser", "password": "pgeltest", "host": "localhost", "port":
"5432", "database": "pgeltestdb" };' | psql
postgresql://pgeltestuser:[email protected]:55432/pgeltestdb
PGURI=postgresql://pgeltestuser:[email protected]:55432/pgeltestdb
$(MAKE) test