You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/15 13:00:27 UTC

[incubator-servicecomb-java-chassis] branch master updated: [SCB-398]fix ut error random (#606)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2783fd5  [SCB-398]fix ut error random (#606)
2783fd5 is described below

commit 2783fd5d02456094209ff338ebcee38cfadffbbd
Author: bao liu <ba...@huawei.com>
AuthorDate: Thu Mar 15 21:00:25 2018 +0800

    [SCB-398]fix ut error random (#606)
---
 .../java/org/apache/servicecomb/config/client/TestMemberDiscovery.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dynamic-config/config-cc/src/test/java/org/apache/servicecomb/config/client/TestMemberDiscovery.java b/dynamic-config/config-cc/src/test/java/org/apache/servicecomb/config/client/TestMemberDiscovery.java
index f05cd58..555c328 100644
--- a/dynamic-config/config-cc/src/test/java/org/apache/servicecomb/config/client/TestMemberDiscovery.java
+++ b/dynamic-config/config-cc/src/test/java/org/apache/servicecomb/config/client/TestMemberDiscovery.java
@@ -58,7 +58,6 @@ public class TestMemberDiscovery {
         + ",{\"status\":\"UP\",\"endpoints\":[\"rest://0.0.0.0:30108\"],\"hostName\":\"125293-0.0.0.0\",\"serviceName\":\"configServer\",\"isHttps\":false}"
         + "]}"));
     server1 = dc.getConfigServer();
-    Assert.assertEquals(server1, "http://0.0.0.0:30109");
     EventManager.post(new ConnFailEvent("connect failed."));
     server2 = dc.getConfigServer();
     Assert.assertNotEquals(server1, server2);

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.