* bug#30057: file-notify-test03-events sometimes fails
@ 2018-01-10 4:11 Glenn Morris
2018-01-10 12:46 ` Michael Albinus
0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2018-01-10 4:11 UTC (permalink / raw)
To: 30057; +Cc: michael.albinus
Package: emacs
Severity: minor
Version: 26.0.90
Current emacs-26 branch on RHEL 7.4, using -lglibc (inotify).
I've several times had the following odd-looking failure of
file-notify-test03-events during "make -j8 check".
Resembles https://debbugs.gnu.org/26126 ?
Running 8 tests (2018-01-09 20:03:51-0800)
Library: `inotify'
passed 1/8 file-notify-test00-availability
passed 2/8 file-notify-test01-add-watch
passed 3/8 file-notify-test02-rm-watch
Test file-notify-test03-events backtrace:
signal(ert-test-failed (((should (string-prefix-p (file-notify--even
ert-fail(((should (string-prefix-p (file-notify--event-watched-file
(progn (ert-fail (car (cdr (progn (or (and (memq (type-of result) cl
(if (and (memq (type-of result) cl-struct-ert-test-failed-tags) t) (
(let ((result (car --dolist-tail--))) (if (and (memq (type-of result
(while --dolist-tail-- (let ((result (car --dolist-tail--))) (if (an
(let ((--dolist-tail-- file-notify--test-results)) (while --dolist-t
(let* ((events (if (consp (car (cond ((string-equal (file-notify--te
(progn (if (string-equal (file-notify--test-library) "kqueue") nil (
(unwind-protect (progn (if (string-equal (file-notify--test-library)
(closure (t) nil (let* ((fn-132 (function file-notify--test-local-en
ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
ert-run-test(#s(ert-test :name file-notify-test03-events :documentat
ert-run-or-rerun-test(#s(ert--stats :selector (not (or (tag :expensi
ert-run-tests((not (or (tag :expensive-test) (tag :unstable))) #f(co
ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable)))
ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un
eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) (
command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/filenotify-tests.el"
command-line()
normal-top-level()
Test file-notify-test03-events condition:
(ert-test-failed
((should
(string-prefix-p
(file-notify--event-watched-file file-notify--test-event)
(file-notify--event-file-name file-notify--test-event)))
:form
(string-prefix-p "/tmp/file-notify-testgqbQAt" "/tmp/signed-bad.elcBJAl1B")
:value nil))
FAILED 4/8 file-notify-test03-events
Reverting buffer `file-notify-testUYUt9m'.
Reverting buffer `file-notify-testUYUt9m'.
passed 5/8 file-notify-test04-autorevert
passed 6/8 file-notify-test05-file-validity
passed 7/8 file-notify-test06-dir-validity
passed 8/8 file-notify-test08-backup
Ran 8 tests, 7 results as expected, 1 unexpected (2018-01-09 20:04:04-0800)
1 unexpected results:
FAILED file-notify-test03-events
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#30057: file-notify-test03-events sometimes fails
2018-01-10 4:11 bug#30057: file-notify-test03-events sometimes fails Glenn Morris
@ 2018-01-10 12:46 ` Michael Albinus
0 siblings, 0 replies; 2+ messages in thread
From: Michael Albinus @ 2018-01-10 12:46 UTC (permalink / raw)
To: Glenn Morris; +Cc: 30057-done
Version: 26.1
Glenn Morris <rgm@gnu.org> writes:
Hi Glenn,
> Package: emacs
> Severity: minor
> Version: 26.0.90
>
> Current emacs-26 branch on RHEL 7.4, using -lglibc (inotify).
> I've several times had the following odd-looking failure of
> file-notify-test03-events during "make -j8 check".
> Resembles https://debbugs.gnu.org/26126 ?
No.
> (string-prefix-p "/tmp/file-notify-testgqbQAt" "/tmp/signed-bad.elcBJAl1B")
An unexpected event on unrelated file "/tmp/signed-bad.elcBJAl1B"
happened while watching directory "/tmp".
I've fixed this by adding an own subdirectory below "/tmp", which will
be watched for the test. Committed to the emacs-26 branch, because only
a test file is changed.
If the problem happens again, pls reopen the bug.
Best regards, Michael.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-10 12:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10 4:11 bug#30057: file-notify-test03-events sometimes fails Glenn Morris
2018-01-10 12:46 ` Michael Albinus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.