You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/02/07 09:17:00 UTC

[GitHub] jeho0815 commented on a change in pull request #549: [SCB-315] Resolve the Registry-Service UT test fail

jeho0815 commented on a change in pull request #549: [SCB-315] Resolve the Registry-Service UT test fail
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/549#discussion_r166557108
 
 

 ##########
 File path: foundations/foundation-vertx/src/main/java/org/apache/servicecomb/foundation/vertx/AddressResolverConfig.java
 ##########
 @@ -109,9 +109,12 @@ public static AddressResolverOptions getAddressResover(String tag, Configuration
 
   private static List<String> getStringListProperty(Configuration configSource,
       List<String> defaultValue, String... keys) {
-    if (configSource == null) {
+    if (configSource == null && DynamicPropertyFactory.getBackingConfigurationSource() != null) {
 
 Review comment:
   ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services