emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checks failing abort make process


From: Pedro Andres Aranda Gutierrez
Subject: Re: Checks failing abort make process
Date: Sat, 19 Jun 2021 08:22:32 +0200

Right, maybe I was overexcited to find out what was *really* happening. So the process:

1.- I start my make and everything goes smoothly until the message with the autorevert-tests appears and stays there for some time
2.- At this point I open a second terminal and use 'ps -ef' to see what is really happen.
3.- There I see that make is stuck in the shadowfile-tests
4.- I examine the log file and disconver that it is waiting on the message
"Autosave file on local temporary directory, do you want to continue? (yes or no"
5.- I go back to the terminal where make is running and type 'yes<Enter>' and the make process finishes correctly.

From this I fear that the shadowfile-tests need some interaction which is not compatible with an automated make process

Best, /PA

On Fri, 18 Jun 2021 at 13:00, Eli Zaretskii <eliz@gnu.org> wrote:
> From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
> Date: Fri, 18 Jun 2021 11:09:02 +0200
> Cc: emacs-devel@gnu.org
>
> Good point! This is what happens when you have too many open fronts ;-) Anyhow, I've taken some time to
> dig into the problem and found the following
>
> less test/lisp/shadowfile-tests.log
> Running 8 tests (2021-06-18 08:33:34+0000, selector `(not (or (tag :expensive-test) (tag :unstable)))')
>    passed  1/8  shadow-test01-sites (0.743613 sec)
>    passed  2/8  shadow-test02-files (0.007628 sec)
>    passed  3/8  shadow-test03-expand-cluster-in-file-name (0.023701 sec)
>    passed  4/8  shadow-test04-contract-file-name (0.007431 sec)
>    passed  5/8  shadow-test05-file-match (0.023161 sec)
>    passed  6/8  shadow-test06-literal-groups (0.029197 sec)
>    passed  7/8  shadow-test07-regexp-groups (0.007492 sec)
> Autosave file on local temporary directory, do you want to continue? (yes or no)
> test/lisp/shadowfile-tests.log (END)
>
> I went and said 'yes' on the terminal where I was running make and the build process ended.
>
> This happens on commit bc44763b8342ee9e1bf43ffb202c73fee5ba0bf6

Sorry, I don't follow: what does the above have to do with the failure
of autorevert-tests?


--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]