You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing issue 34 locally, I'm now working with the generic watcher on windows, and its behaviour is not as I expect.
Using the test application, in generic mode (Windows 7), here's the scenario:
Inside the watched folder, create a new folder "Level1"
Observe that this is detected
Inside "Level1", create "Level2"
Observe that this is detected
Inside "Level2", create "Level3"
Observe that this is detected
Inside "Level3", create "Level4"
Observe that this is detected
Inside "Level4", create a file "bla.txt"
Observe that this is detected
Delete all files and folders at once (Shift-del on "Level1" in explorer)
Observe that each folder and file gets a DELETE event
so far so good
Create the same folder/file structure OUTSIDE of the watched folder
Copy the entire folder structure "Level1" over to the watched folder in one go, using windows explorer
Observe that only "Level1" gets an added notification, and nothing else is detected
Not what I expected
Add file "test.txt" to "Level4"
Observe that NO notification is made, so this new file is not seen or reported
Again, not what I expected
Add file "test.txt" to "Level1"
Observe that this aded file is reported normally
Delete the enire folder structure "Level1" in one go
Observe that you get a Delete event for "Level1", "Level1\test.txt" AND a delete event for the "Level2" folder and nothing else (note that "Level2" was never reported as being created!)
Any idea why all this is happening? Combined with issue #34 and #35, I'm getting quite worried here...
The text was updated successfully, but these errors were encountered:
Original report by Nils Desle (Bitbucket: nilsdesle, ).
After fixing issue 34 locally, I'm now working with the generic watcher on windows, and its behaviour is not as I expect.
Using the test application, in generic mode (Windows 7), here's the scenario:
so far so good
Not what I expected
Again, not what I expected
Any idea why all this is happening? Combined with issue #34 and #35, I'm getting quite worried here...
The text was updated successfully, but these errors were encountered: