Closed mangum99 closed 5 years ago
great, I'll find some time and I'll adapt the tests with awaitility and prepare a separate pull request. Are you planning to accept this PR and make a release out of it soon?
I just released 0.9.4 with these changes. I think the test that was failing on OS X was just flaky. Maybe that's something we can look at when adapting the tests.
Unfortunately deletion of folder in Java works differently as deletion of folders per 'hand'. The first one triggers ENTRY_DELETE for all the subfolders and children, whereas the latter triggers only one ENTRY_DELETE for the parent folder. Nevertheless the logic works (I've stopped the test execution, deleted folder structure manually and resumed the test).
I've introduced the awaitility - it speeds up the execution of tests. If you'll like it, we can adapt other tests