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

ASF GitHub Bot commented on FLINK-3496:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/1710

    [FLINK-3496] Fix ML test discovery on Windows

    This PR adds OS specific arguments in the flink-ml pom that are passed to 
the scala test runner.
    
    The runner uses pattern matching to discover test files that should be run. 
The original pattern without quotes works on unix but fails on windows, with 
quotes it works on windows but skip all tests on unix.
    
    As such I've added 2 profiles that activate based on the OS and set a 
pattern property, which is then passed to the runner.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 3496_ml_pattern

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1710.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 #1710
    
----
commit efc62c42879508450544ca72d464420bf3934724
Author: zentol <s.mo...@web.de>
Date:   2016-02-25T15:09:42Z

    [FLINK-3496] Fix ML test discovery on Windows

----


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

Reply via email to