You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Baryshnikov (Jira)" <ji...@apache.org> on 2021/01/23 13:04:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-12724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Baryshnikov reassigned IGNITE-12724:
-----------------------------------------

    Assignee: Igor Baryshnikov

> 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
>            Assignee: Igor Baryshnikov
>            Priority: Minor
>              Labels: newbie
>
> {{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)