You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2016/02/24 15:20:18 UTC

[jira] [Comment Edited] (FLINK-3496) Flink-ml tests fail on Windows

    [ https://issues.apache.org/jira/browse/FLINK-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163052#comment-15163052 ] 

Till Rohrmann edited comment on FLINK-3496 at 2/24/16 2:20 PM:
---------------------------------------------------------------

Could you try to run the command 
{code}
cmd.exe /X /C "java -Dbasedir=C:\Users\Zento\Documents\GitHub\flink\flink-libraries\flink-ml -Xms256m -Xmx800m -Dlog4j.configuration=log4j-test.properties -Dlog.dir=$
{log.dir}
-Dmvn.forkNumber=1 -XX:-UseGCOverheadLimit org.scalatest.tools.Runner -R "C:\Users\Zento\Documents\GitHub\flink\flink-libraries\flink-ml\target\classes C:\Users\Zento\Documents\GitHub\flink\flink-libraries\flink-ml\target\test-classes" -q (?<!(IT|Integration))(Test|Suite|Case) -oW"
{code}
and see what's wrong with it?


was (Author: till.rohrmann):
Could you try to run the command 
{{code}}
cmd.exe /X /C "java -Dbasedir=C:\Users\Zento\Documents\GitHub\flink\flink-libraries\flink-ml -Xms256m -Xmx800m -Dlog4j.configuration=log4j-test.properties -Dlog.dir=$
{log.dir}
-Dmvn.forkNumber=1 -XX:-UseGCOverheadLimit org.scalatest.tools.Runner -R "C:\Users\Zento\Documents\GitHub\flink\flink-libraries\flink-ml\target\classes C:\Users\Zento\Documents\GitHub\flink\flink-libraries\flink-ml\target\test-classes" -q (?<!(IT|Integration))(Test|Suite|Case) -oW"
{{code}} 
and see what's wrong with it?

> Flink-ml tests fail on Windows
> ------------------------------
>
>                 Key: FLINK-3496
>                 URL: https://issues.apache.org/jira/browse/FLINK-3496
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.0.0
>            Reporter: Chesnay Schepler
>
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ flink-ml_2.10 ---
> [INFO]
> [INFO] --- scalatest-maven-plugin:1.0:test (scala-test) @ flink-ml_2.10 ---
> The system cannot find the file specified.
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 01:03 min
> [INFO] Finished at: 2016-02-24T12:47:23+01:00
> [INFO] Final Memory: 28M/506M



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)