diff NewTests/PostgresUpgrades/run-integ-tests-from-docker.sh @ 599:f3475c3e42e5

run integ tests after a PG downgrade
author Alain Mazy <am@osimis.io>
date Thu, 18 Jan 2024 17:46:54 +0100
parents
children e3d41c4168c3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NewTests/PostgresUpgrades/run-integ-tests-from-docker.sh	Thu Jan 18 17:46:54 2024 +0100
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -ex
+
+/scripts/wait-for-it.sh orthanc-pg-15-61-for-integ-tests:8042 -t 60
+# python /tests/orthanc-tests/Tests/Run.py --server=orthanc-pg-15-61-for-integ-tests --force --docker -- -v  Orthanc.test_lua_deadlock
+python /tests/orthanc-tests/Tests/Run.py --server=orthanc-pg-15-61-for-integ-tests --force --docker -- -v