wujimin commented on a change in pull request #1013:
[SCB-1047]microservice.yaml service_description.version support form…
URL:
https://github.com/apache/servicecomb-java-chassis/pull/1013#discussion_r238552331
##########
File path:
service-registry/src/test/java/org/apache/servicecomb/serviceregistry/registry/TestRemoteServiceRegistry.java
##########
@@ -141,6 +142,13 @@ public void
onPullMicroserviceVersionsInstancesEvent(@Injectable ServiceRegistry
}
}.getMockInstance();
+ new MockUp<Version>() {
+ @Mock
+ boolean checkVersion(String version){
Review comment:
why need to mock a valid version?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services