From bb4093695ad511ee2a3926f870b5cdc5e8939b14 Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Wed, 9 Jan 2019 18:19:04 +0000 Subject: [PATCH] use 19999 port for client to avoid conflict with beacon chain node Signed-off-by: Leo Chen --- test/configs/local_config.txt | 2 +- test/configs/local_config1.txt | 2 +- test/configs/local_config2.txt | 2 +- test/configs/local_config3.txt | 2 +- test/configs/local_config4.txt | 2 +- test/configs/local_config5.txt | 2 +- test/configs/local_config_8shards.txt | 2 +- test/configs/local_config_shards.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/configs/local_config.txt b/test/configs/local_config.txt index 19a9c7c13..78ded7dba 100644 --- a/test/configs/local_config.txt +++ b/test/configs/local_config.txt @@ -99,4 +99,4 @@ 127.0.0.1 9099 validator 0 127.0.0.1 9100 validator 0 127.0.0.1 9000 leader 0 -127.0.0.1 9999 client 0 +127.0.0.1 19999 client 0 diff --git a/test/configs/local_config1.txt b/test/configs/local_config1.txt index a6b607074..2e8297ff4 100644 --- a/test/configs/local_config1.txt +++ b/test/configs/local_config1.txt @@ -9,4 +9,4 @@ 127.0.0.1 9008 validator 0 127.0.0.1 9009 validator 0 127.0.0.1 9010 validator 0 -127.0.0.1 9999 client 0 +127.0.0.1 19999 client 0 diff --git a/test/configs/local_config2.txt b/test/configs/local_config2.txt index 09ffaf309..95b4609e7 100644 --- a/test/configs/local_config2.txt +++ b/test/configs/local_config2.txt @@ -9,4 +9,4 @@ 127.0.0.1 9009 validator 0 127.0.0.1 9010 validator 0 127.0.0.1 9000 leader 0 -127.0.0.1 9999 client 0 +127.0.0.1 19999 client 0 diff --git a/test/configs/local_config3.txt b/test/configs/local_config3.txt index 51f7c0e58..6fb18c9bb 100644 --- a/test/configs/local_config3.txt +++ b/test/configs/local_config3.txt @@ -299,4 +299,4 @@ 127.0.0.1 9299 validator 0 127.0.0.1 9300 validator 0 127.0.0.1 9000 leader 0 -127.0.0.1 9999 client 0 +127.0.0.1 19999 client 0 diff --git a/test/configs/local_config4.txt b/test/configs/local_config4.txt index d7b27e43a..68c33d3bb 100644 --- a/test/configs/local_config4.txt +++ b/test/configs/local_config4.txt @@ -10,4 +10,4 @@ 127.0.0.1 9010 validator 1 127.0.0.1 9001 leader 1 127.0.0.1 9000 leader 0 -127.0.0.1 9999 client 0 +127.0.0.1 19999 client 0 diff --git a/test/configs/local_config5.txt b/test/configs/local_config5.txt index 2f6be3c39..13f82ceb9 100644 --- a/test/configs/local_config5.txt +++ b/test/configs/local_config5.txt @@ -1,3 +1,3 @@ 127.0.0.1 9000 leader 0 127.0.0.1 9001 validator 0 -127.0.0.1 9999 client 0 +127.0.0.1 19999 client 0 diff --git a/test/configs/local_config_8shards.txt b/test/configs/local_config_8shards.txt index e4f7f4893..5fce05c4f 100644 --- a/test/configs/local_config_8shards.txt +++ b/test/configs/local_config_8shards.txt @@ -96,4 +96,4 @@ 127.0.0.1 9006 leader 6 127.0.0.1 9007 leader 7 127.0.0.1 9008 leader 8 -127.0.0.1 9999 client 0 +127.0.0.1 19999 client 0 diff --git a/test/configs/local_config_shards.txt b/test/configs/local_config_shards.txt index 21d0ecbda..f40364d7e 100644 --- a/test/configs/local_config_shards.txt +++ b/test/configs/local_config_shards.txt @@ -20,4 +20,4 @@ 127.0.0.1 9029 validator 1 127.0.0.1 9000 leader 0 127.0.0.1 9001 leader 1 -127.0.0.1 9999 client 0 +127.0.0.1 19999 client 0