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

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


    from 1c38898  [SCB-1917]add a test case for testing provider invoke it's 
own service after registry is ready
     add 55ec91e  [SCB-1919]remove local registry code from service center 
registry

No new revisions were added by this update.

Summary of changes:
 common/common-rest/pom.xml                         |  2 +-
 .../common/rest/TestAbstractRestInvocation.java    |  5 ---
 .../common/rest/TestRestEngineSchemaListener.java  |  4 ++
 .../common/rest/TestRestProducerInvocation.java    |  4 ++
 .../rest/definition/TestRestOperationMeta.java     |  4 ++
 .../common/rest/locator/TestMicroservicePaths.java |  4 ++
 .../rest/locator/TestServicePathManager.java       |  3 +-
 handlers/handler-loadbalance/pom.xml               |  2 +-
 .../loadbalance/TestLoadBalanceHandler2.java       | 51 +++++-----------------
 .../loadbalance/TestLoadbalanceHandler.java        |  5 ---
 .../filter/TestServerDiscoveryFilter.java          |  4 ++
 handlers/handler-publickey-auth/pom.xml            |  2 +-
 .../authentication/TestAuthHandlerBoot.java        |  8 +++-
 .../TestRSAProviderTokenManager.java               |  2 -
 inspector/pom.xml                                  |  2 +-
 .../internal/TestInspectorBootListener.java        |  2 -
 .../inspector/internal/TestInspectorImpl.java      |  2 -
 integration-tests/jaxrs-tests/pom.xml              |  4 ++
 .../demo/jaxrs/tests/RawJaxrsIntegrationTest.java  |  3 --
 .../src/test/resources/microservice.yaml           |  4 +-
 integration-tests/pojo-test/pom.xml                |  4 ++
 .../demo/pojo/test/PojoIntegrationTestBase.java    |  5 ---
 .../demo/pojo/test/RawPojoIntegrationTest.java     |  1 -
 .../pojo-test/src/test/resources/microservice.yaml |  3 +-
 integration-tests/spring-jaxrs-tests/pom.xml       |  4 ++
 .../jaxrs/tests/JaxrsSpringIntegrationTest.java    |  2 -
 .../demo/jaxrs/tests/JaxrsSpringMain.java          |  3 --
 .../src/test/resources/microservice.yaml           |  5 +++
 .../spring-pojo-connection-limit-test/pom.xml      |  4 ++
 .../PojoSpringConnectionLimitIntegrationTest.java  |  2 -
 .../src/test/resources/microservice.yaml           |  3 +-
 integration-tests/spring-pojo-tests/pom.xml        |  4 ++
 .../demo/pojo/test/PojoSpringIntegrationTest.java  |  1 -
 .../src/test}/resources/microservice.yaml          |  9 ++--
 .../tests/SpringMvcIntegrationTestBase.java        | 10 +----
 .../springmvc-tests/connection-limit/pom.xml       |  4 ++
 .../tests/RawSpringMvcIntegrationTest.java         |  2 -
 .../src/test/resources/microservice.yaml           |  3 +-
 .../general-with-springboot/pom.xml                |  4 ++
 .../tests/SpringMvcSpringIntegrationTest.java      |  1 -
 .../src/test/resources/microservice.yaml           |  2 +
 integration-tests/springmvc-tests/general/pom.xml  |  4 ++
 .../tests/RawSpringMvcIntegrationTest.java         |  1 -
 .../general/src/test/resources/microservice.yaml   |  2 +
 .../simplified-mapping-with-springboot/pom.xml     |  4 ++
 ...SimplifiedMappingAnnotationIntegrationTest.java |  1 -
 .../src/test/resources/microservice.yaml           |  2 +
 .../springmvc-tests/simplified-mapping/pom.xml     |  4 ++
 ...SimplifiedMappingAnnotationIntegrationTest.java |  1 -
 .../src/test/resources/microservice.yaml           |  2 +
 .../servicecomb/tests/tracing/TracingTestBase.java | 28 ++++++------
 integration-tests/tracing-tests/pom.xml            |  4 ++
 .../tracing/ZipkinTracingIntegrationTest.java      |  2 -
 .../src/test/resources/microservice.yaml           |  3 +-
 providers/provider-pojo/pom.xml                    |  2 +-
 .../servicecomb/provider/pojo/TestInvoker.java     |  2 -
 .../pojo/reference/PojoReferenceMetaTest.java      | 14 ++++++
 .../pojo/reference/TestRpcReferenceProcessor.java  | 14 ++++++
 .../localregistry/LocalRegistryStore.java          | 12 +++++
 .../servicecomb/serviceregistry/RegistryUtils.java | 22 ----------
 .../registry/ServiceRegistryFactory.java           | 34 ---------------
 .../servicecomb/serviceregistry/TestRegistry.java  |  3 +-
 .../serviceregistry/TestRegistryBase.java          |  4 +-
 .../client/LocalServiceRegistryClientImpl.java     |  0
 .../serviceregistry/client/TestIpPortManager.java  |  3 +-
 .../config/TestPropertiesLoader.java               |  5 ++-
 .../instance/TestInstanceCacheCheckerMock.java     |  4 +-
 .../TestInstanceCacheCheckerWithoutMock.java       |  4 +-
 .../registry/LocalServiceRegistry.java             |  0
 .../registry/LocalServiceRegistryFactory.java}     | 35 +++------------
 .../registry/TestLocalServiceRegistry.java         |  8 ++--
 .../registry/TestServiceRegistryFactory.java       |  9 +---
 72 files changed, 194 insertions(+), 232 deletions(-)
 copy integration-tests/{it-consumer/src/main => 
spring-pojo-tests/src/test}/resources/microservice.yaml (91%)
 rename service-registry/registry-service-center/src/{main => 
test}/java/org/apache/servicecomb/serviceregistry/client/LocalServiceRegistryClientImpl.java
 (100%)
 rename service-registry/registry-service-center/src/{main => 
test}/java/org/apache/servicecomb/serviceregistry/registry/LocalServiceRegistry.java
 (100%)
 copy 
service-registry/registry-service-center/src/{main/java/org/apache/servicecomb/serviceregistry/registry/ServiceRegistryFactory.java
 => 
test/java/org/apache/servicecomb/serviceregistry/registry/LocalServiceRegistryFactory.java}
 (57%)

Reply via email to