From d92117d8ea7018c533cc422e31c09d7e45a0793a Mon Sep 17 00:00:00 2001 From: Laura Paduano Date: Thu, 11 Jul 2019 12:38:49 +0200 Subject: [PATCH] mgr/dashboard: Add nolockdep option to e2e-script Adding the --nolockdep option to the vstart command seems to fix the current issue where vstart just hangs at the dashboard ac-user-create command. Hopefully we can get the e2e tests to run again in Jenkins by applying this change. Note that this might be a workaround only. Fixes: https://tracker.ceph.com/issues/40688 Signed-off-by: Laura Paduano --- src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh b/src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh index 87a1e6b4697..166c7b22979 100755 --- a/src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh +++ b/src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh @@ -43,7 +43,7 @@ cd ../../../../build BUILD_DIR=`pwd` if [ "$BASE_URL" == "" ]; then - MGR=2 RGW=1 ../src/vstart.sh -n -d + MGR=2 RGW=1 ../src/vstart.sh -n -d --nolockdep sleep 10 # Create an Object Gateway User