[ 
https://issues.apache.org/jira/browse/GEODE-4117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16297694#comment-16297694
 ] 

ASF subversion and git services commented on GEODE-4117:
--------------------------------------------------------

Commit b75bbf903131224e8cc51696b7fdac946f92db9c in geode's branch 
refs/heads/develop from [~apa...@the9muses.net]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b75bbf9 ]

GEODE-4117: use loopback instead of non-existent server host (#1181)



> CacheXmlParserJUnitTest time-to-run can be reduced
> --------------------------------------------------
>
>                 Key: GEODE-4117
>                 URL: https://issues.apache.org/jira/browse/GEODE-4117
>             Project: Geode
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>
> CacheXmlParserJUnitTest time-to-run can be reduced by 92,844% from about 2 
> minutes to about 2 seconds with the following change:
> {noformat}
> diff --git 
> a/geode-core/src/test/resources/org/apache/geode/internal/cache/xmlcache/CacheXmlParserJUnitTest.testSimpleClientCacheXml.cache.xml
>  
> b/geode-core/src/test/resources/org/apache/geode/internal/cache/xmlcache/CacheXmlParserJUnitTest.testSimpleClientCacheXml.cache.xml
> index 0a76a77c8..8c648c359 100644
> --- 
> a/geode-core/src/test/resources/org/apache/geode/internal/cache/xmlcache/CacheXmlParserJUnitTest.testSimpleClientCacheXml.cache.xml
> +++ 
> b/geode-core/src/test/resources/org/apache/geode/internal/cache/xmlcache/CacheXmlParserJUnitTest.testSimpleClientCacheXml.cache.xml
> @@ -22,7 +22,7 @@
>      version="1.0">
>       
>         <pool name="sessions" subscription-enabled="true">   
> -               <server host="1.2.3.4" port="11211" /> 
> +               <server host="127.0.0.1" port="11211" />
>         </pool>
>  </client-cache>
>  {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to