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

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


The following commit(s) were added to refs/heads/3.2 by this push:
     new f42f21bce8 Fix test conflict
f42f21bce8 is described below

commit f42f21bce8feec66e435f0d0e8f2a0f720fc26f2
Author: Albumen Kevin <[email protected]>
AuthorDate: Wed Jan 11 15:29:41 2023 +0800

    Fix test conflict
---
 .../org/apache/dubbo/config/ServiceConfigTest.java    | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git 
a/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ServiceConfigTest.java
 
b/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ServiceConfigTest.java
index 8adbc61a15..35fe7629c9 100644
--- 
a/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ServiceConfigTest.java
+++ 
b/dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ServiceConfigTest.java
@@ -557,8 +557,8 @@ class ServiceConfigTest {
             }
 
             @Override
-            public void initInterfaceAppMapping(URL subscribedURL) {
-
+            public Set<String> getMapping(URL consumerURL) {
+                return null;
             }
 
             @Override
@@ -576,26 +576,11 @@ class ServiceConfigTest {
 
             }
 
-            @Override
-            public Set<String> getCachedMapping(String mappingKey) {
-                return null;
-            }
-
-            @Override
-            public Set<String> getCachedMapping(URL consumerURL) {
-                return null;
-            }
-
             @Override
             public Set<String> getRemoteMapping(URL consumerURL) {
                 return null;
             }
 
-            @Override
-            public Map<String, Set<String>> getCachedMapping() {
-                return null;
-            }
-
             @Override
             public Set<String> removeCachedMapping(String serviceKey) {
                 return null;

Reply via email to