unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: David Bremner <david@tethera.net>
To: Michael J Gruber <michaeljgruber+grubix+git@gmail.com>
Cc: notmuch@notmuchmail.org
Subject: Re: T460: new sporadic failures with emacs 29
Date: Fri, 25 Aug 2023 19:28:12 -0300	[thread overview]
Message-ID: <87sf864v0j.fsf@motzkin.cs.unb.ca> (raw)
In-Reply-To: <CAA19uiQ6QRLFm3VfueQ=35DcGNcGgkqEW7A-UFAdcn0br2oKmA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

Michael J Gruber <michaeljgruber+grubix+git@gmail.com> writes:

> It took more runs to get some fails now, and archs vary, so I still
> think its a time out. And no way to get it locally so far.

I can duplicate it locally about once every 40 runs of the complete test
suite.

> ENOLISP (for me) but could it be the case that notmuch-test-wait can
> abort its while loop too early if the first buffer write takes longer
> than the timeout, or if some other process writes (because the process
> parameter is nil)? Is something different for emacs 29 in this regard?
> Any clues from sbuild?

Can you try the attached patch? It needs more testing, but I did get 140
runs of the test suite without an error. 


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: native-comp.diff --]
[-- Type: text/x-diff, Size: 364 bytes --]

diff --git a/test/test-lib.el b/test/test-lib.el
index 236dd99e..709c3b36 100644
--- a/test/test-lib.el
+++ b/test/test-lib.el
@@ -22,6 +22,10 @@
 
 ;;; Code:
 
+(setq native-comp-jit-compilation nil)
+(setq native-comp-speed -1)
+(setq native-comp-async-jobs-number 1)
+
 (require 'cl-lib)
 
 ;; Ensure that the dynamic variables that are defined by this library

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



  reply	other threads:[~2023-08-25 22:28 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 11:04 T460: new sporadic failures with emacs 29 Michael J Gruber
2023-08-24 13:15 ` David Bremner
2023-08-24 14:01   ` David Bremner
2023-08-24 14:09     ` Michael J Gruber
2023-08-24 15:10     ` David Bremner
2023-08-24 16:10       ` Michael J Gruber
2023-08-25 22:28         ` David Bremner [this message]
2023-08-26 14:20           ` Michael J Gruber
2023-08-26 14:41             ` David Bremner
2023-08-26 19:22               ` Michael J Gruber
2023-08-31 13:15                 ` David Bremner
2023-08-31 14:54                   ` Michael J Gruber
2023-08-31 15:17                     ` David Bremner
2023-09-01  7:31                       ` Michael J Gruber
2023-09-01 10:27                         ` David Bremner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sf864v0j.fsf@motzkin.cs.unb.ca \
    --to=david@tethera.net \
    --cc=michaeljgruber+grubix+git@gmail.com \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.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).