[
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)