You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/02 12:45:37 UTC

[GitHub] [incubator-shardingsphere] dongzl commented on a change in pull request #4109: persist SchemaNames for getChildren.

dongzl commented on a change in pull request #4109: persist SchemaNames for getChildren.
URL: https://github.com/apache/incubator-shardingsphere/pull/4109#discussion_r373843186
 
 

 ##########
 File path: sharding-orchestration/sharding-orchestration-core/src/test/java/org/apache/shardingsphere/orchestration/internal/registry/config/service/ConfigurationServiceTest.java
 ##########
 @@ -374,7 +373,7 @@ public void assertLoadProperties() {
     
     @Test
     public void assertGetAllShardingSchemaNames() {
-        when(regCenter.getChildrenKeys("/test/config/schema")).thenReturn(Arrays.asList("sharding_db", "masterslave_db"));
+        when(regCenter.get("/test/config/schema")).thenReturn("sharding_db,masterslave_db");
 
 Review comment:
   I read nacos's issue list, It doesn't support.
   
   https://github.com/alibaba/nacos/issues/1926

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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