Add a 2/5 etcd failure test

This commit is contained in:
Vitaliy Filippov
2022-01-20 00:43:22 +03:00
parent 2c930d55fb
commit 8a6b07d8f7
8 changed files with 65 additions and 12 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ $ETCDCTL put /vitastor/config/pools '{"1":{"name":"testpool","scheme":"replicate
cd mon
npm install
cd ..
node mon/mon-main.js --etcd_url http://$ETCD_URL --etcd_prefix "/vitastor" &>./testdata/mon.log &
node mon/mon-main.js --etcd_url $ETCD_URL --etcd_prefix "/vitastor" &>./testdata/mon.log &
MON_PID=$!
sleep 2