Kirk Lund created GEODE-4117:
--------------------------------

             Summary: 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


CacheXmlParserJUnitTest time-to-run can be reduced by 92844.42379182157% from > 
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