GNU bug report logs -
#21435
25.0.50; file-notify has problems after renames
Previous Next
Reported by: Tassilo Horn <tsdh <at> gnu.org>
Date: Tue, 8 Sep 2015 08:48: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 #83 received at 21435 <at> debbugs.gnu.org (full text, mbox):
Tassilo Horn <tsdh <at> gnu.org> writes:
>>> I've added a new macro to the tests now which lets you do things this
>>> way:
>>>
>>> ;; Check creation, change, and deletion.
>>> (file-notify--test-with-events
>>> 3 3 (lambda (events)
>>> (should (equal '(created changed deleted)
>>> (mapcar #'cadr events))))
>>> (write-region
>>> "any text" nil file-notify--test-tmpfile nil 'no-message)
>>> (delete-file file-notify--test-tmpfile))
>>>
>>> This means we're waiting for 3 events for at most 3 seconds, and then
>>> apply the lambda to the received events. The rest is the code which
>>> causes the events to be emitted.
>>
>> That's good, yes. Please add a docstring to that macro (boring, I
>> know, but it will help other people like Eli and me).
>
> Done.
Thanks. Another point is whether we always can expect that all native
libraries will report exactly the same number of events, and then
whether they report them exactly in the same order (you expect '(created
changed deleted) here). Let's see how the test cases evolve, maybe we
need more tolerant tests.
>> One point: you don't call any longer `read-event'. I believe it still
>> makes sense; IIRC I did it because sometimes you must trigger Emacs to
>> check all its file descriptors for new events.
>
> I still do. That macro uses `file-notify--wait-for-events' to wait
> until all N events have arrived before calling the ASSERT-FN.
Yep, I've overseen this. OK.
> Hm, then I wonder what causes these extreme delays here. The remote
> autorevert test really takes at least 20 seconds here. But I have no
> issues using TRAMP with its ssh method for accessing really remote
> files...
Now I see it also, but only when running in interactive mode. In batch
mode, there is no serious delay. Will contact the Tramp maintainer, again.
> Bye,
> Tassilo
Best regards, Michael.
This bug report was last modified 9 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.