Ivan Rakov created IGNITE-8416:
----------------------------------
Summary: 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
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)