You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/07/13 06:26:14 UTC

[dubbo] branch 3.0 updated (89aac3c -> d19eaa1)

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

albumenj pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 89aac3c  Fix Activated Extensions order (#8248)
     add d19eaa1  Add integration testcase for testing RegistryProtocol and ServiceDiscoveryRegistry (#8278)

No new revisions were added by this update.

Summary of changes:
 .../AbstractServiceDiscoveryRegistryTest.java      | 143 +++++++++++++++++++++
 .../ServiceDiscoveryRegistry4DubboTest.java}       |  15 ++-
 ...erviceDiscoveryRegistryIntegrationService.java} |   6 +-
 .../package-info.java                              |   5 +-
 4 files changed, 157 insertions(+), 12 deletions(-)
 create mode 100644 dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/integration/servicediscoveryregistry/AbstractServiceDiscoveryRegistryTest.java
 copy dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/integration/{registryprotocol/RegistryProtocol4DubboTest.java => servicediscoveryregistry/ServiceDiscoveryRegistry4DubboTest.java} (71%)
 copy dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/integration/{registryprotocol/RegistryProtocolIntegrationService.java => servicediscoveryregistry/ServiceDiscoveryRegistryIntegrationService.java} (85%)
 copy dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/integration/{registryprotocol => servicediscoveryregistry}/package-info.java (78%)