unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable
@ 2018-09-05 18:17 Glenn Morris
  2018-09-06  7:08 ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2018-09-05 18:17 UTC (permalink / raw)
  To: 32645; +Cc: Michael Albinus

Package: emacs
Version: 27.0.50
Severity: minor

I've seen auto-revert-test02-auto-revert-deleted-file randomly fail
several times on hydra.nixos.org. Most recently twice in the past 24 hours:

https://hydra.nixos.org/build/80863766
https://hydra.nixos.org/build/80822051

I'm guessing this may be difficult to investigate, so perhaps the test
should just be marked unstable.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable
  2018-09-05 18:17 bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable Glenn Morris
@ 2018-09-06  7:08 ` Michael Albinus
  2019-08-15 14:35   ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2018-09-06  7:08 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 32645

Glenn Morris <rgm@gnu.org> writes:

Hi Glenn,

> I've seen auto-revert-test02-auto-revert-deleted-file randomly fail
> several times on hydra.nixos.org. Most recently twice in the past 24 hours:
>
> https://hydra.nixos.org/build/80863766
> https://hydra.nixos.org/build/80822051
>
> I'm guessing this may be difficult to investigate, so perhaps the test
> should just be marked unstable.

I'll check.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable
  2018-09-06  7:08 ` Michael Albinus
@ 2019-08-15 14:35   ` Michael Albinus
  2019-08-20 19:34     ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2019-08-15 14:35 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 32645

Michael Albinus <michael.albinus@gmx.de> writes:

Hi Glenn,

>> I've seen auto-revert-test02-auto-revert-deleted-file randomly fail
>> several times on hydra.nixos.org. Most recently twice in the past 24 hours:
>>
>> https://hydra.nixos.org/build/80863766
>> https://hydra.nixos.org/build/80822051
>>
>> I'm guessing this may be difficult to investigate, so perhaps the test
>> should just be marked unstable.
>
> I'll check.

I wrote this about a year ago, auto-revert-test02-auto-revert-deleted-file
has been triggered to skip on hydra. There have been substantial changes
in autorevert.el and filenotify.el since then. Nobody has reported
problems in autorevert-tests.el for a while, also not on emba.

So I'll let this test run on hydra, again; let's see whether it behaves
better now.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable
  2019-08-15 14:35   ` Michael Albinus
@ 2019-08-20 19:34     ` Michael Albinus
  2020-08-21 11:51       ` Stefan Kangas
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2019-08-20 19:34 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 32645

Michael Albinus <michael.albinus@gmx.de> writes:

Hi Glenn,

>>> I've seen auto-revert-test02-auto-revert-deleted-file randomly fail
>>> several times on hydra.nixos.org. Most recently twice in the past 24 hours:
>>>
>>> https://hydra.nixos.org/build/80863766
>>> https://hydra.nixos.org/build/80822051
>>>
>>> I'm guessing this may be difficult to investigate, so perhaps the test
>>> should just be marked unstable.
>
> So I'll let this test run on hydra, again; let's see whether it behaves
> better now.

It happened again on hydra :-(

I've pushed another patch to master which hopefully fixes this.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable
  2019-08-20 19:34     ` Michael Albinus
@ 2020-08-21 11:51       ` Stefan Kangas
  2020-08-21 13:57         ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Kangas @ 2020-08-21 11:51 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Glenn Morris, 32645

Michael Albinus <michael.albinus@gmx.de> writes:

>>>> I've seen auto-revert-test02-auto-revert-deleted-file randomly fail
>>>> several times on hydra.nixos.org. Most recently twice in the past 24 hours:
>>>>
>>>> https://hydra.nixos.org/build/80863766
>>>> https://hydra.nixos.org/build/80822051
>>>>
>>>> I'm guessing this may be difficult to investigate, so perhaps the test
>>>> should just be marked unstable.
>>
>> So I'll let this test run on hydra, again; let's see whether it behaves
>> better now.
>
> It happened again on hydra :-(
>
> I've pushed another patch to master which hopefully fixes this.

I've checked the logs here,

    https://hydra.nixos.org/jobset/gnu/emacs-trunk/

and AFAICT there are no randomly failing tests.  Can we therefore assume
that the issue discussed here has been fixed?

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable
  2020-08-21 11:51       ` Stefan Kangas
@ 2020-08-21 13:57         ` Michael Albinus
  2020-10-01 12:38           ` Stefan Kangas
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2020-08-21 13:57 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Glenn Morris, 32645

Stefan Kangas <stefan@marxist.se> writes:

Hi Stefan,

>> I've pushed another patch to master which hopefully fixes this.
>
> I've checked the logs here,
>
>     https://hydra.nixos.org/jobset/gnu/emacs-trunk/
>
> and AFAICT there are no randomly failing tests.  Can we therefore assume
> that the issue discussed here has been fixed?

I hope so.

Since I don't follow the hydra tests regularly, it would be helpful if
Glenn could confirm, that it doesn't happen anymore.

> Best regards,
> Stefan Kangas

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable
  2020-08-21 13:57         ` Michael Albinus
@ 2020-10-01 12:38           ` Stefan Kangas
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Kangas @ 2020-10-01 12:38 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Glenn Morris, 32645-done

Michael Albinus <michael.albinus@gmx.de> writes:

> Stefan Kangas <stefan@marxist.se> writes:
>
> Hi Stefan,
>
>>> I've pushed another patch to master which hopefully fixes this.
>>
>> I've checked the logs here,
>>
>>     https://hydra.nixos.org/jobset/gnu/emacs-trunk/
>>
>> and AFAICT there are no randomly failing tests.  Can we therefore assume
>> that the issue discussed here has been fixed?
>
> I hope so.
>
> Since I don't follow the hydra tests regularly, it would be helpful if
> Glenn could confirm, that it doesn't happen anymore.

Five weeks later, but it seems like Glenn didn't have time to look into
this yet.  I checked a couple of weeks back, and couldn't see any
intermittently failing tests, so I'll just go ahead and close this.

If we see any more intermittent failures, it's probably better to just
open a new bug.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-10-01 12:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-05 18:17 bug#32645: auto-revert-test02-auto-revert-deleted-file seems unstable Glenn Morris
2018-09-06  7:08 ` Michael Albinus
2019-08-15 14:35   ` Michael Albinus
2019-08-20 19:34     ` Michael Albinus
2020-08-21 11:51       ` Stefan Kangas
2020-08-21 13:57         ` Michael Albinus
2020-10-01 12:38           ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).