[
https://issues.apache.org/jira/browse/IO-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674251#action_12674251
]
Jukka Zitting commented on IO-196:
----------------------------------
Also the following test fails occasionally:
FilesystemObserverTestCase
testFileDelete :
junit.framework.AssertionFailedError
junit.framework.AssertionFailedError: E[0 0 0 0 0 1]: No. of directories
changed expected:<1> but was:<0>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:282)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:201)
at
org.apache.commons.io.monitor.FilesystemObserverTestCase.checkCollectionSizes(FilesystemObserverTestCase.java:424)
at
org.apache.commons.io.monitor.FilesystemObserverTestCase.testFileDelete(FilesystemObserverTestCase.java:324)
> Occasional FileSystemObserver test failures
> -------------------------------------------
>
> Key: IO-196
> URL: https://issues.apache.org/jira/browse/IO-196
> Project: Commons IO
> Issue Type: Bug
> Reporter: Jukka Zitting
> Priority: Minor
>
> The FilesystemObserverTestCase method testFileCreate() fails occasionally in
> the Continuum build at
> http://vmbuild.apache.org/continuum/projectView.action?projectId=155. The
> failure, when it happens, is:
> FilesystemObserverTestCase
> testFileCreate :
> junit.framework.AssertionFailedError
> junit.framework.AssertionFailedError: E[0 0 0 1 0 0]: No. of directories
> changed expected:<1> but was:<0>
> at junit.framework.Assert.fail(Assert.java:47)
> at junit.framework.Assert.failNotEquals(Assert.java:282)
> at junit.framework.Assert.assertEquals(Assert.java:64)
> at junit.framework.Assert.assertEquals(Assert.java:201)
> at
> org.apache.commons.io.monitor.FilesystemObserverTestCase.checkCollectionSizes(FilesystemObserverTestCase.java:424)
> at
> org.apache.commons.io.monitor.FilesystemObserverTestCase.testFileCreate(FilesystemObserverTestCase.java:203)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.