From 1edf42ccf6e97b63f1744bae47668a2fa7e31241 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Tue, 21 Nov 2023 16:47:46 +0100 Subject: [PATCH] each container in run_change_password_test mounts its own volume --- test/run_test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/run_test b/test/run_test index 9dc6929b..c560434c 100755 --- a/test/run_test +++ b/test/run_test @@ -634,6 +634,11 @@ $volume_options echo " Changing passwords" + # create separate mounting directory for second container, as selinux does + # not allow two containers accesing one mounting directory if mounted with + # Z option + create_volume_dir || ret=1 + DOCKER_ARGS=" -e POSTGRESQL_DATABASE=${database} -e POSTGRESQL_USER=${user}