You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2020/03/16 21:06:00 UTC

[jira] [Created] (GEODE-7883) Need a test to validate handling of missing pool name in cache XML

Blake Bender created GEODE-7883:
-----------------------------------

             Summary: Need a test to validate handling of missing pool name in cache XML
                 Key: GEODE-7883
                 URL: https://issues.apache.org/jira/browse/GEODE-7883
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Blake Bender


We've had a report that older versions of the native client would fault and core dump when given a cache.xml file containing a <pool> tag missing the name attribute.  We believe this was fixed when we switched from libxml2 to xerces for parsing, but need a test to validate.

 

Given: a cache xml file containing a <pool> tag with no name attribute

When: an attempt is made to load said cache xml file

Then: an exception of type apache::geode::client::CacheXmlException is thrown, with a message that indicates the source of the problem.

 

Acceptance Criteria:

A test exists in the cppcache/integration/test suite which attempts to load a cache xml with this problem, catches and validates the exception type.  This test passes on all platforms.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)