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

[dubbo] branch master updated (744d302 -> b24fe70)

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

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


    from 744d302  add unit test for ScheduledCompletableFuture (#7963)
     add b24fe70  Add InfraAdapterTest (#7984)

No new revisions were added by this update.

Summary of changes:
 .../config/EnvironmentConfigurationTest.java       |  2 +-
 .../dubbo/common/infra/InfraAdapterTest.java       | 67 ++++++++++++++++++++++
 .../apache/dubbo/common/utils/ConfigUtilsTest.java |  8 +--
 3 files changed, 72 insertions(+), 5 deletions(-)
 create mode 100644 dubbo-common/src/test/java/org/apache/dubbo/common/infra/InfraAdapterTest.java