Vyacheslav Koptilin created IGNITE-16285:
--------------------------------------------

             Summary: IgniteCliRunnerTest fails on Windows platform
                 Key: IGNITE-16285
                 URL: https://issues.apache.org/jira/browse/IGNITE-16285
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 3.0.0-alpha3
            Reporter: Vyacheslav Koptilin
            Assignee: Vyacheslav Koptilin


IgniteCliRunnerTest fails on windows agent with the following error:

{code:java}
picocli.CommandLine$ParameterException: Invalid value for option '--config': 
cannot convert 
'/C:/BuildAgent/work/b8d4df1365f1f1e5/modules/runner/target/test-classes/ignite-config.json'
 to interface java.nio.file.Path (java.nio.file.InvalidPathException: Illegal 
char <:> at index 2: 
/C:/BuildAgent/work/b8d4df1365f1f1e5/modules/runner/target/test-classes/ignite-config.json)
  at 
org.apache.ignite.internal.runner.app.IgniteCliRunnerTest.runnerArgsSmokeTest(IgniteCliRunnerTest.java:37)
{code}

The root cause is obvious - we need to properly convert the resource locator, 
which represents a link to the configuration file, to the Path instance.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to