Make tests more stable in CI

This commit is contained in:
Vitaliy Filippov
2023-05-11 01:53:41 +03:00
parent 8cac795445
commit e431ecb715
6 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ for i in $(seq 1 $OSD_COUNT); do
eval OSD${i}_PID=$!
done
node mon/mon-main.js --etcd_url $ETCD_URL --etcd_prefix "/vitastor" &>./testdata/mon.log &
(while true; do node mon/mon-main.js --etcd_url $ETCD_URL --etcd_prefix "/vitastor" --verbose 1 || true; done) &>./testdata/mon.log &
MON_PID=$!
sleep 3