GNU bug report logs -
#21432
25.0.50; file-notify-rm-watch (inotify) errors if watched dir is deleted
Previous Next
Reported by: Tassilo Horn <tsdh <at> gnu.org>
Date: Tue, 8 Sep 2015 06:37:01 UTC
Severity: normal
Found in version 25.0.50
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
Message #62 received at 21432 <at> debbugs.gnu.org (full text, mbox):
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: Tassilo Horn <tsdh <at> gnu.org>, 21432 <at> debbugs.gnu.org
> Date: Mon, 14 Sep 2015 22:23:36 +0200
>
> I've adapted `file-notify-test04-file-validity' and
> `file-notify-test05-dir-validity', and they pass the tests now for the
> inotify case. Hopefully, it is the same for w32notify.
No, it fails:
Test file-notify-test04-file-validity condition:
(ert-test-failed
((should
(equal '...
(mapcar ... events)))
:form
(equal
(created changed deleted)
nil)
:value nil :explanation
(different-types
(created changed deleted)
nil)))
FAILED 9/12 file-notify-test04-file-validity
I guess the file-notify--test-with-events macro doesn't allow events
to come in on w32, but I have no idea how to debug this.
Moreover, file-notify-test05-dir-validity also fails:
Test file-notify-test05-dir-validity condition:
(ert-test-failed
((should-not
(file-notify-valid-p file-notify--test-desc))
:form
(file-notify-valid-p 91670672)
:value t))
FAILED 11/12 file-notify-test05-dir-validity
The latter could be because of the batch mode (it passes when I invoke
it interactively). But the former fails in interactive session as
well, so it's a real problem. Suggestions for debugging it are
welcome.
This bug report was last modified 9 years and 246 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.