Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4716439

Browse files
committed
Use node names instead of IPs in raftable blockade-test.
1 parent afdc06b commit 4716439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/raftable/tests/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ ! -s "$PGDATA/PG_VERSION" ]; then
5353

5454
############################################################################
5555

56-
RAFT_PEERS='1:172.18.0.2:6666, 2:172.18.0.4:6666, 3:172.18.0.3:6666'
56+
RAFT_PEERS='1:node1:6666, 2:node2:6666, 3:node3:6666'
5757

5858
cat <<-EOF >> $PGDATA/postgresql.conf
5959
listen_addresses='*'

0 commit comments

Comments
 (0)