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 2021/09/01 20:53:00 UTC

[jira] [Created] (GEODE-9572) Ensure valid parameter combinations in test framework "Cluster" object

Blake Bender created GEODE-9572:
-----------------------------------

             Summary: Ensure valid parameter combinations in test framework "Cluster" object
                 Key: GEODE-9572
                 URL: https://issues.apache.org/jira/browse/GEODE-9572
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Blake Bender


The current C++ test framework works well as far as it goes, but the Cluster object, which is just a wrapper around a call to gfsh, doesn't examine its parameters pretty much at all.  This means it's easy to build and run code that attempts to launch gfsh with invalid or missing parameters.  If we built this knowledge into the Cluster class, we could make this fail at build time, rather than run time, saving developers' time.



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