]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Add nolockdep option to e2e-script
authorLaura Paduano <lpaduano@suse.com>
Thu, 11 Jul 2019 10:38:49 +0000 (12:38 +0200)
committerLaura Paduano <lpaduano@suse.com>
Thu, 11 Jul 2019 10:38:49 +0000 (12:38 +0200)
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 <lpaduano@suse.com>
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh

index 87a1e6b4697b4a9212d931f548ff60177a3b09ec..166c7b2297988d9b4d4d672a944301e0e533d40c 100755 (executable)
@@ -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