Kirk Lund created GEODE-2284: -------------------------------- Summary: HelpCommandsIntegrationTest is too brittle Key: GEODE-2284 URL: https://issues.apache.org/jira/browse/GEODE-2284 Project: Geode Issue Type: Bug Components: tests Reporter: Kirk Lund
HelpCommandsIntegrationTest compares the help output for each command to golden files. Any change to command help requires another change to the golden file. This does not provide real value other than to tell you that you changed the help output which then slows you down because you have to change it again but in the test. See any resource on JUnit best practices about tests that are too brittle. -- This message was sent by Atlassian JIRA (v6.3.4#6332)