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 <pascalschumac...@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.

----


---

Reply via email to