[jira] [Created] (IGNITE-12724) Command parser: do not skip commands with its own specific arguments

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12724) Command parser: do not skip commands with its own specific arguments

Anton Vinogradov (Jira)
Amelchev Nikita created IGNITE-12724:
----------------------------------------

             Summary: Command parser: do not skip commands with its own specific arguments
                 Key: IGNITE-12724
                 URL: https://issues.apache.org/jira/browse/IGNITE-12724
             Project: Ignite
          Issue Type: Test
            Reporter: Amelchev Nikita


{{CommandList.CACHE}}, {{CommandList.WAL}}, {{CommandList.SET_STATE}}, {{CommandList.ENCRYPTION}} commands have their own specific arguments. They are skipped in tests:
* testParseAndValidateSSLArguments
* testParseAndValidateUserAndPassword
* testConnectionSettings
Need to refactor tests and avoid skips:
{noformat}
if (skipCommand(cmd))
          continue;
{noformat}



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