beise commented on PR #426: URL: https://github.com/apache/commons-vfs/pull/426#issuecomment-1727170624
Hi @garydgregory I wrote a testcase in 'Commons VFS Jackrabbit 2' and ran it against the internal started webdav server. But I can not reproduce this behaviour. The deadlock situation only happens in my production environment or when I run some manually tests against an external webdav server started in docker (image: k3vmcd/webdav) with SSL (HTTPS) support. The deadlock happens when I create around 8 files via` FileObject.createFile(..)` In my JUnit tests I tried it with 200 Files, and it went through without a deadlock. I will try to find a reason for the different behaviour in JUnit vs. running an external webdav server. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
