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

wujimin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 27203036a3138d87d66ebc23edbbd06e64a40270
Author: zhengyangyong <yangyong.zh...@huawei.com>
AuthorDate: Fri Jul 20 15:16:23 2018 +0800

    SCB-763 change test listen port
    
    Signed-off-by: zhengyangyong <yangyong.zh...@huawei.com>
---
 .../src/test/java/org/apache/dynamicconfig/test/SimApolloServer.java    | 2 +-
 .../dynamic-config-tests/src/test/resources/microservice.yaml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/integration-tests/dynamic-config-tests/src/test/java/org/apache/dynamicconfig/test/SimApolloServer.java
 
b/integration-tests/dynamic-config-tests/src/test/java/org/apache/dynamicconfig/test/SimApolloServer.java
index 60315ac..fac8183 100644
--- 
a/integration-tests/dynamic-config-tests/src/test/java/org/apache/dynamicconfig/test/SimApolloServer.java
+++ 
b/integration-tests/dynamic-config-tests/src/test/java/org/apache/dynamicconfig/test/SimApolloServer.java
@@ -40,6 +40,6 @@ public class SimApolloServer extends AbstractVerticle {
       req.response()
           .putHeader("content-type", "application/json")
           .end(response);
-    }).listen(8080);
+    }).listen(23334);
   }
 }
\ No newline at end of file
diff --git 
a/integration-tests/dynamic-config-tests/src/test/resources/microservice.yaml 
b/integration-tests/dynamic-config-tests/src/test/resources/microservice.yaml
index 12d0cf8..b7b9e62 100644
--- 
a/integration-tests/dynamic-config-tests/src/test/resources/microservice.yaml
+++ 
b/integration-tests/dynamic-config-tests/src/test/resources/microservice.yaml
@@ -23,7 +23,7 @@ service_description:
 
 apollo:
   config:
-    serverUri: http://localhost:8080
+    serverUri: http://localhost:23334
     serviceName: SampleApp
     env: DEV
     clusters: default

Reply via email to