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/24 08:16:41 UTC

[GitHub] [incubator-shardingsphere] menghaoranss opened a new issue #4439: Unit test task list of orchestraion

menghaoranss opened a new issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439
 
 
   The following items are the classes and unit test methods that the orchestration module may need to be covered.
   
   We welcome developers who interested in this especially are not familiar with ShardingSphere but want to contribute to participate. Any questions or supplements, you can reply directly to this issue.
   
   And in order to help new contributors to participate in the project faster, we have provided a unit test development guide,  please refer to this issue #4438 
   
   #### sharding-orchestration-center-api
   
   - `org.apache.shardingsphere.orchestration.center.yaml.config.YamlOrchestrationConfiguration`
     - [ ] assertInstanceConfigurationMap 
   
   + `org.apache.shardingsphere.orchestration.center.yaml.swapper.OrchestrationConfigurationYamlSwapper`
     - [x] assertSwapToYamlOrchestrationConfiguration 
     - [x] assertSwapToOrchestrationConfiguration 
   
   
   
   #### sharding-orchestration-center-apollo
   
   + `org.apache.shardingsphere.orchestration.center.instance.ApolloInstrance`
     + [ ] assertGetWithNonExistentKey
     + [ ] assertUpdate 
     + [ ] assertWatchDeletedChangedType 
     + [ ] assertWatchAddChangedType 
   
   
   
   #### sharding-orchestration-center-nacos
   
   + `org.apache.shardingsphere.orchestration.center.instance.NacosConfigInstance`
     + [ ] assertGetWithNonExistentKey 
     + [ ] assertGetWhenThrowException 
     + [ ] assertUpdate
     + [ ] assertWatchUpdatedChangedType 
     + [ ] assertWatchDeletedChangedType 
   
   
   
   #### sharding-orchestration-center-zookeeper-curator
   
   + `org.apache.shardingsphere.orchestration.center.instance.CuratorZookeeperInstance`
     + [ ] assertWatchUpdatedChangedType 
     + [ ] assertWatchDeletedChangedType 
     + [ ] assertGet 
     + [ ] assertGetWithNonExistentKey 
     + [ ] assertGetFromTreeCache 
     + [ ] assertGetFromZk
     + [ ] assertGetWhenThrowException
     + [ ] assertBuildCuratorClientWithYamlConfig 
     + [ ] assertBuildCuratorClientWithDefaultConfig 
     + [ ] assertBuildCuratorClientWithTimeToLiveSecondsEqualsZero 
     + [ ] assertBuildCuratorClientWithTimeToLiveSecondsNotEqualsZero 
     + [ ] assertBuildCuratorClientWithOperationTimeoutMillisecondsEqualsZero  
     + [ ] assertBuildCuratorClientWithOperationTimeoutMillisecondsNotEqualsZero  
     + [ ] assertBuildCuratorClientWithDigest 
     + [ ] assertBuildCuratorClientWithoutDigest 
     + [ ] assertLockInMultiThread 
     + [ ] assertReleaseInMultiThread 
   
   
   
   #### sharding-orchestration-core
   
   + `org.apache.shardingsphere.orchestration.internal.registry.config.listener.SchemaChangedListener`
   
     + [ ] assertCreateWithInvalidNodeChangedEvent 
     + [ ] assertCreateWithNullShardingSchemaName 
     + [ ] assertCreateAddedEventWithEncryptRuleConfigurationForNewSchema 
     + [ ] assertCreateAddedEventWithShardingRuleConfigurationForNewSchema
     + [ ] assertCreateAddedEventWithMasterSlaveRuleConfigurationForNewSchema 
   
   + `org.apache.shardingsphere.orchestration.internal.registry.listener.PostShardingConfigCenterEventListener`
   
     + [ ] assertWatchMultipleKey 
   
   + `org.apache.shardingsphere.orchestration.internal.registry.listener.PostShardingRegistryCenterEventListener`
   
     + [ ] assertWatchMutipleKey 
     + [ ] assertWatchNotContainsChangedType 
   
   + `org.apache.shardingsphere.orchestration.internal.registry.state.schema.OrchestrationShardingSchemaGroup`
   
     + [ ] assertgetDataSourceNames 
   
   + `org.apache.shardingsphere.orchestration.internal.registry.state.schema.OrchestrationShardingSchema`
   
     + [ ] assertNewOrchestrationSchemaWithoutSpot
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590264890
 
 
   
   
   
   
   
   > Your first five, my last five! What do you think? @gongsiran
   
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] huangyiminghappy commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
huangyiminghappy commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590244311
 
 
   Hi,sharding-orchestration-center-zookeeper-curator's item,i want to try it 
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] gongsiran removed a comment on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
gongsiran removed a comment on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590286124
 
 
   > > I want to try sharding-orchestration-center-apollo task @menghaoranss
   > 
   > you can create your issue now.
   
   
   
   > > I want to try sharding-orchestration-center-apollo task @menghaoranss
   > 
   > you can create your issue now.
   
   my issue is  #4451 

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] gongsiran commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
gongsiran commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590286571
 
 
   > > I want to try sharding-orchestration-center-apollo task @menghaoranss
   > 
   > you can create your issue now.
   
   my issue is #4451 

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] ganjx commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
ganjx commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590267986
 
 
   Which module is left, I can try

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-593259955
 
 
   hi, @huangyiminghappy 
   
   It's been a week since you claimed the task of `sharding-orchestration-center-zookeeper-curator`, but there is no feedback. If there is still no response, we may consider reassigning the task. 
   
   If you are continuing this task, please confirm as soon as possible. 
   
   Thanks for your attention.

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590282897
 
 
   > hi, i want try to sharding-orchestration-center-api case
   
   @llk984145406  ,  you can create your issue now.

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-593559669
 
 
   Update tasklist to latest state.
   And we need move foward now.

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] gongsiran commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
gongsiran commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590286124
 
 
   > > I want to try sharding-orchestration-center-apollo task @menghaoranss
   > 
   > you can create your issue now.
   
   
   
   > > I want to try sharding-orchestration-center-apollo task @menghaoranss
   > 
   > you can create your issue now.
   
   my issue is  #4451 

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] haetao commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
haetao commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590261616
 
 
   please assign to me
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-595185511
 
 
   @zjcnb @gongsiran @haetao @llk984145406 , thanks for your contribution. 

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] gongsiran commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
gongsiran commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590268110
 
 
   i try sharding-orchestration-center-apollo  task

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] ganjx removed a comment on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
ganjx removed a comment on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590267986
 
 
   Which module is left, I can try

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] gongsiran commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
gongsiran commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590269043
 
 
   I want to try sharding-orchestration-center-apollo task  @menghaoranss 

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss opened a new issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss opened a new issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439
 
 
   The following items are the classes and unit test methods that the orchestration module may need to be covered.
   
   We welcome developers who interested in this especially are not familiar with ShardingSphere but want to contribute to participate. Any questions or supplements, you can reply directly to this issue.
   
   And in order to help new contributors to participate in the project faster, we have provided a unit test development guide,  please refer to this issue #4438 
   
   #### sharding-orchestration-center-api
   
   - `org.apache.shardingsphere.orchestration.center.yaml.config.YamlOrchestrationConfiguration`
     - [ ] assertInstanceConfigurationMap 
   
   + `org.apache.shardingsphere.orchestration.center.yaml.swapper.OrchestrationConfigurationYamlSwapper`
     - [x] assertSwapToYamlOrchestrationConfiguration 
     - [x] assertSwapToOrchestrationConfiguration 
   
   
   
   #### sharding-orchestration-center-apollo
   
   + `org.apache.shardingsphere.orchestration.center.instance.ApolloInstrance`
     + [ ] assertGetWithNonExistentKey
     + [ ] assertUpdate 
     + [ ] assertWatchDeletedChangedType 
     + [ ] assertWatchAddChangedType 
   
   
   
   #### sharding-orchestration-center-nacos (@haetao )
   
   + `org.apache.shardingsphere.orchestration.center.instance.NacosConfigInstance`
     + [ ] assertGetWithNonExistentKey 
     + [ ] assertGetWhenThrowException 
     + [ ] assertUpdate
     + [ ] assertWatchUpdatedChangedType 
     + [ ] assertWatchDeletedChangedType 
   
   
   
   #### sharding-orchestration-center-zookeeper-curator (@huangyiminghappy )
   
   + `org.apache.shardingsphere.orchestration.center.instance.CuratorZookeeperInstance`
     + [ ] assertWatchUpdatedChangedType 
     + [ ] assertWatchDeletedChangedType 
     + [ ] assertGet 
     + [ ] assertGetWithNonExistentKey 
     + [ ] assertGetFromTreeCache 
     + [ ] assertGetFromZk
     + [ ] assertGetWhenThrowException
     + [ ] assertBuildCuratorClientWithYamlConfig 
     + [ ] assertBuildCuratorClientWithDefaultConfig 
     + [ ] assertBuildCuratorClientWithTimeToLiveSecondsEqualsZero 
     + [ ] assertBuildCuratorClientWithTimeToLiveSecondsNotEqualsZero 
     + [ ] assertBuildCuratorClientWithOperationTimeoutMillisecondsEqualsZero  
     + [ ] assertBuildCuratorClientWithOperationTimeoutMillisecondsNotEqualsZero  
     + [ ] assertBuildCuratorClientWithDigest 
     + [ ] assertBuildCuratorClientWithoutDigest 
     + [ ] assertLockInMultiThread 
     + [ ] assertReleaseInMultiThread 
   
   
   
   #### sharding-orchestration-core (@zjcnb )
   
   + `org.apache.shardingsphere.orchestration.internal.registry.config.listener.SchemaChangedListener`
   
     + [ ] assertCreateWithInvalidNodeChangedEvent 
     + [ ] assertCreateWithNullShardingSchemaName 
     + [ ] assertCreateAddedEventWithEncryptRuleConfigurationForNewSchema 
     + [ ] assertCreateAddedEventWithShardingRuleConfigurationForNewSchema
     + [ ] assertCreateAddedEventWithMasterSlaveRuleConfigurationForNewSchema 
   
   + `org.apache.shardingsphere.orchestration.internal.registry.listener.PostShardingConfigCenterEventListener`
   
     + [ ] assertWatchMultipleKey 
   
   + `org.apache.shardingsphere.orchestration.internal.registry.listener.PostShardingRegistryCenterEventListener`
   
     + [ ] assertWatchMutipleKey 
     + [ ] assertWatchNotContainsChangedType 
   
   + `org.apache.shardingsphere.orchestration.internal.registry.state.schema.OrchestrationShardingSchemaGroup`
   
     + [ ] assertgetDataSourceNames 
   
   + `org.apache.shardingsphere.orchestration.internal.registry.state.schema.OrchestrationShardingSchema`
   
     + [ ] assertNewOrchestrationSchemaWithoutSpot
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] cocodroid commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
cocodroid commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590411408
 
 
   None left?

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590263156
 
 
   Hi, welcome to contribute.
   Everyone who is insterested in a certain sub task can comment in issues#4439, and create his/her own issue to track details util the task is done.
   :  )

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss removed a comment on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss removed a comment on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590264890
 
 
   
   
   
   
   
   > Your first five, my last five! What do you think? @gongsiran
   
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] gongsiran commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
gongsiran commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590244830
 
 
   I want to try to  sharding-orchestration-core  task 

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss closed issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss closed issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439
 
 
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] haetao commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
haetao commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590261460
 
 
   Hi! I wanna try nacos's unit test case!

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] gongsiran commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
gongsiran commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590268499
 
 
   thank you  @zjcnb   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590645730
 
 
   @llk984145406
   @gongsiran 
   @huangyiminghappy
   @zjcnb
   Could you provide your wechat id or add me on Wechat with remark 'shardingsphere', my wechat id : `haorand003` , I will create a group to communicate and learn from each other.

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] zjcnb commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
zjcnb commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590244358
 
 
   hi, i want try to sharding-orchestration-core case

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590266341
 
 
   > Your first five, my last five! What do you think? @gongsiran
   
   @gongsiran , you can also try other modules.

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss closed issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss closed issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439
 
 
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590282681
 
 
   > I want to try sharding-orchestration-center-apollo task @menghaoranss
   
   you can create your issue  now.

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] zjcnb commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
zjcnb commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590264656
 
 
   Your first five, my last five! What do you think? @gongsiran

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] llk984145406 commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
llk984145406 commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590276001
 
 
   hi, i want try to   sharding-orchestration-center-api case 

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-593212396
 
 
   > Hi,sharding-orchestration-center-zookeeper-curator's item,i want to try it
   
   @huangyiminghappy  hi, how about `sharding-orchestration-center-zookeeper-curator` going?

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4439: Unit test task list of orchestraion

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4439: Unit test task list of orchestraion
URL: https://github.com/apache/incubator-shardingsphere/issues/4439#issuecomment-590260492
 
 
   @menghaoranss update assign info to this issue content.
   
   @huangyiminghappy @zjcnb @gongsiran 
   You can create your own issue for your sub task.

----------------------------------------------------------------
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