Alberto Bustamante Reyes created GEODE-9230:
-----------------------------------------------
Summary: Remove magic numbers in
GfshParserAutoCompletionIntegrationTest
Key: GEODE-9230
URL: https://issues.apache.org/jira/browse/GEODE-9230
Project: Geode
Issue Type: Improvement
Reporter: Alberto Bustamante Reyes
GfshParserAutoCompletionIntegrationTest uses magic numbers in some tests. They
depend on the number of possible parameters of "start server" command.
That means that when a new parameter is added to the "start server" command,
some tests verifying the gfsh autocompletion feature are impacted, which has no
sense.
The number of parameters can be calculated instead of hardcoded in order to
remove this dependency.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)