Skip to content

Commit

Permalink
Fix test scripts for QED & QED Agents
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman committed Mar 29, 2019
1 parent d2b4e30 commit f0fdbdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/start_agents
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ do
--join $qedGossipEndpoint \
--qedUrls $qedHTTPEndpoint \
--pubUrls $snapshotStoreEndpoint \
--metrics localhost:1810$i \
--node auditor$i &
done

Expand All @@ -44,7 +45,7 @@ do
--bind 127.0.0.1:820$i \
--join $qedGossipEndpoint \
--qedUrls $qedHTTPEndpoint \
--pubUrls $snapshotStoreEndpoint \
--metrics localhost:1820$i \
--node monitor$i &
done

Expand All @@ -58,5 +59,6 @@ do
--bind 127.0.0.1:830$i \
--join $qedGossipEndpoint \
--pubUrls $snapshotStoreEndpoint \
--metrics localhost:1830$i \
--node publisher$i &
done
2 changes: 1 addition & 1 deletion tests/start_server
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ then
else
echo '>>>> Starting cluster mode...'
leader
sleep 2
sleep 5
echo '>>>> Starting followers'
for i in $(seq 1 $CLUSTER_SIZE); do
follower ${i}
Expand Down

0 comments on commit f0fdbdb

Please sign in to comment.