You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2018/11/08 05:41:15 UTC

[incubator-dubbo] branch master updated: Changing URL so tests can run in any order (#2760)

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

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new dcbd326  Changing URL so tests can run in any order (#2760)
dcbd326 is described below

commit dcbd3269863ce28856e1f441356d4cdc495d0159
Author: OrDTesters <44...@users.noreply.github.com>
AuthorDate: Wed Nov 7 23:41:10 2018 -0600

    Changing URL so tests can run in any order (#2760)
---
 .../java/org/apache/dubbo/cache/support/jcache/JCacheFactoryTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-filter/dubbo-filter-cache/src/test/java/org/apache/dubbo/cache/support/jcache/JCacheFactoryTest.java b/dubbo-filter/dubbo-filter-cache/src/test/java/org/apache/dubbo/cache/support/jcache/JCacheFactoryTest.java
index bd701bd..6dbd15d 100644
--- a/dubbo-filter/dubbo-filter-cache/src/test/java/org/apache/dubbo/cache/support/jcache/JCacheFactoryTest.java
+++ b/dubbo-filter/dubbo-filter-cache/src/test/java/org/apache/dubbo/cache/support/jcache/JCacheFactoryTest.java
@@ -38,7 +38,7 @@ public class JCacheFactoryTest extends AbstractCacheFactoryTest {
 
     @Test
     public void testJCacheGetExpired() throws Exception {
-        URL url = URL.valueOf("test://test:11/test?cache=jacache&.cache.write.expire=1");
+        URL url = URL.valueOf("test://test:12/test?cache=jacache&.cache.write.expire=1");
         AbstractCacheFactory cacheFactory = getCacheFactory();
         Invocation invocation = new RpcInvocation();
         Cache cache = cacheFactory.getCache(url, invocation);