You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by PascalSchumacher <gi...@git.apache.org> on 2017/10/03 18:45:00 UTC

[GitHub] camel pull request #1998: Skip FileWatcherReloadStrategyTest on windows as a...

GitHub user PascalSchumacher opened a pull request:

    https://github.com/apache/camel/pull/1998

    Skip FileWatcherReloadStrategyTest on windows as at least one test fa…

    …ils every time with a FileNotFoundException with a "file already in use by another process" message.
    
    FileWatcherReleadStragety does not seem to work on windows. Because the events arrive before the file completely written / released by the process  writing it.
    
    With change is possible to execute "mvn test" successfully for camel-core. 

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

    $ git pull https://github.com/PascalSchumacher/camel skip_FileWatcherReloadStrategyTest_on_windows

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

    https://github.com/apache/camel/pull/1998.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 #1998
    
----
commit a93851f32e46b25e686ade0863fba3d29fd68523
Author: Pascal Schumacher <pa...@gmx.net>
Date:   2017-10-03T18:32:51Z

    Skip FileWatcherReloadStrategyTest on windows as at least one test fails every time with a FileNotFoundException with a "file already in use by another process" message.

----


---

[GitHub] camel pull request #1998: Skip FileWatcherReloadStrategyTest on windows as a...

Posted by PascalSchumacher <gi...@git.apache.org>.
Github user PascalSchumacher closed the pull request at:

    https://github.com/apache/camel/pull/1998


---