[
https://issues.apache.org/jira/browse/VFS-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13898679#comment-13898679
]
Bernd Eckenfels edited comment on VFS-500 at 2/12/14 2:32 AM:
--------------------------------------------------------------
I found the reason for this error in the RamProviderTestCase. It is caused by
file1.txt beeing left-over unreadable by the Permission test of the
LocalFileProvider. I have no idea why this is not always failing, maybe the
tests are reordered or something else is going on. Anyway, I have a fix for the
permission test (reported as VFS-514). I also have a fix for the RamProvider
code (which makes error handling a bit cleaner and shorter).
[~garydgregory]you have other failures than I have (but the SFTP Test might be
related it also uses the PermissionTest). Can you maybe sent me your shurefire
reports (or try to find out the reason yourself).
Besides the above error every now and then the webdav test has a port conflict,
will open a seperate bug for that as well. From my POV the cleaned up patch in
this bug causes no (additional) failed tests.
was (Author: b.eckenfels):
I found the reason for this error in the RamProviderTestCase. It is caused by
file1.txt beeing left-over unreadable by the Permission test of the
LocalFileProvider. I have no idea why this is not always failing, maybe the
tests are reordered or something else is going on. Anyway, I have a fix for the
permission test and will open a seperate bug for it. I also have a fix for the
RamProvider code (which makes error handling a bit cleaner and shorter).
[~garydgregory]you have other failures than I have (but the SFTP Test might be
related it also uses the PermissionTest). Can you maybe sent me your shurefire
reports (or try to find out the reason yourself).
Besides the above error every now and then the webdav test has a port conflict,
will open a seperate bug for that as well. From my POV the cleaned up patch in
this bug causes no (additional) failed tests.
> VFSClassLoader.findResources missing
> ------------------------------------
>
> Key: VFS-500
> URL: https://issues.apache.org/jira/browse/VFS-500
> Project: Commons VFS
> Issue Type: New Feature
> Reporter: Bernd Eckenfels
> Priority: Minor
> Attachments: vfs-500-gg.diff
>
>
> the VFSClassLoader.findResources(String) method is a dummy implementation
> returning an empty Enumeration.
> I have a working implementation and will support the patch for it, this is
> the JIRA to track it.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)