Skip to content

Commit

Permalink
Chore: fix typo in grpc test-cluster.sh (#1280)
Browse files Browse the repository at this point in the history
5051 is node-1 and 5052 is node-2
  • Loading branch information
vigith authored Dec 25, 2024
1 parent 409ef4b commit 3eaf32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/raft-kv-memstore-grpc/test-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ echo
rpc 5051 Metrics '{}'
sleep 1

echo "Write foo=zoo on node-3"
echo "Write foo=zoo on node-1"
sleep 1
echo
rpc 5051 Set '{"key":"foo","value":"zoo"}' true
sleep 1
echo "Data written"
sleep 1

echo "Read foo=zoo from node-3"
echo "Read foo=zoo from node-2"
sleep 1
echo "Read from node 2"
echo
Expand Down

0 comments on commit 3eaf32f

Please sign in to comment.