[
https://issues.apache.org/jira/browse/IGNITE-8416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456884#comment-16456884
]
ASF GitHub Bot commented on IGNITE-8416:
----------------------------------------
GitHub user glukos opened a pull request:
https://github.com/apache/ignite/pull/3934
IGNITE-8416 CommandHandlerParsingTest stably fails with parsing error
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8416
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3934.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3934
----
commit bf77823ee3b669d7403ce29d2348e69597c71ab4
Author: Ivan Rakov <ivan.glukos@...>
Date: 2018-04-27T18:38:22Z
IGNITE-8416 CommandHandlerParsingTest stably fails with parsing error
----
> CommandHandlerParsingTest stably fails with parsing error
> ---------------------------------------------------------
>
> Key: IGNITE-8416
> URL: https://issues.apache.org/jira/browse/IGNITE-8416
> Project: Ignite
> Issue Type: Bug
> Reporter: Ivan Rakov
> Assignee: Ivan Rakov
> Priority: Major
> Labels: MakeTeamcityGreenAgain
> Fix For: 2.5
>
>
> Example stacktrace:
> {noformat}
> java.lang.IllegalArgumentException: Arguments are expected for --cache
> subcommand, run --cache help for more info.
> at
> org.apache.ignite.internal.commandline.CommandHandlerParsingTest.testConnectionSettings(CommandHandlerParsingTest.java:94)
> ------- Stderr: -------
> java.lang.IllegalArgumentException: Invalid value for port: wrong-port
> at
> org.apache.ignite.internal.commandline.CommandHandler.parseAndValidate(CommandHandler.java:1112)
> at
> org.apache.ignite.internal.commandline.CommandHandlerParsingTest.testConnectionSettings(CommandHandlerParsingTest.java:110)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at junit.framework.TestCase.runTest(TestCase.java:176)
> at junit.framework.TestCase.runBare(TestCase.java:141)
> at junit.framework.TestResult$1.protect(TestResult.java:122)
> at junit.framework.TestResult.runProtected(TestResult.java:142)
> at junit.framework.TestResult.run(TestResult.java:125)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)