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

ASF GitHub Bot commented on GEODE-4117:
---------------------------------------

kirklund opened a new pull request #1181: GEODE-4117: use loopback instead of 
non-existent server host
URL: https://github.com/apache/geode/pull/1181
 
 
   This change speeds up the test to run in just over 2 seconds instead of 
taking over 2 minutes to complete.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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