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)