This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f9cdba  Fix  multi registry (#1) (#100)
7f9cdba is described below

commit 7f9cdba0fec10a2e545eee5aa30c2da7fbe311e7
Author: Joe Zou <[email protected]>
AuthorDate: Fri May 14 22:11:15 2021 +0800

    Fix  multi registry (#1) (#100)
    
    * Fix multi registry  case
---
 multi-registry/go-server/conf/client.yml | 2 +-
 start_integrate_test.sh                  | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/multi-registry/go-server/conf/client.yml 
b/multi-registry/go-server/conf/client.yml
index 3a05a43..11a79ed 100644
--- a/multi-registry/go-server/conf/client.yml
+++ b/multi-registry/go-server/conf/client.yml
@@ -9,7 +9,7 @@ connect_timeout: "3s"
 # application config
 application:
   organization: "dubbo.io"
-  name: "UserInfoTest"
+  name: "UserInfoClient"
   module: "dubbo-go user-info client"
   version: "0.0.1"
   environment: "dev"
diff --git a/start_integrate_test.sh b/start_integrate_test.sh
index 07ba291..181d229 100755
--- a/start_integrate_test.sh
+++ b/start_integrate_test.sh
@@ -14,6 +14,8 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
+# multi-registry
+array+=("multi-registry/go-server")
 
 # async
 array=("async/go-server")
@@ -63,9 +65,6 @@ array+=("helloworld/go-server")
 # metric
 array+=("metric/go-server")
 
-# multi-registry
-#array+=("multi-registry/go-server")
-
 # registry
 #array+=("registry/etcd/go-server")
 #array+=("registry/nacos/go-server")

Reply via email to