You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2020/02/27 14:36:00 UTC

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

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)