GNU bug report logs - #66278
[PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sat, 30 Sep 2023 09:55:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66278 in the body.
You can then email your comments to 66278 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org:
bug#66278; Package guix-patches. (Sat, 30 Sep 2023 09:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org. (Sat, 30 Sep 2023 09:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.
Date: Sat, 30 Sep 2023 10:33:16 +0200
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Add #:parallel-tests?.
---
 gnu/packages/glib.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8af89d60e0..2ba7d8039e 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1129,6 +1129,8 @@ (define telepathy-glib
        ;;   EOFError: EOF read where object expected
        ;;   make[2]: *** [Makefile:1906: _gen/register-dbus-glib-marshallers-body.h] Error 1
        #:parallel-build? #f
+       ;; When spawned in parallel, the dbus daemons may fail to shut down cleanly.
+       #:parallel-tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'disable-failing-tests

base-commit: b18b2d13488f2a92331ccad2dc8cbb54ee15582f
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66278; Package guix-patches. (Mon, 02 Oct 2023 03:41:02 GMT) Full text and rfc822 format available.

Message #8 received at 66278 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 66278 <at> debbugs.gnu.org, rg <at> raghavgururajan.name
Subject: Re: [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable
 parallel tests.
Date: Sun, 01 Oct 2023 23:39:54 -0400
Hi!

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> * gnu/packages/glib.scm (telepathy-glib)[arguments]: Add #:parallel-tests?.
> ---
>  gnu/packages/glib.scm | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index 8af89d60e0..2ba7d8039e 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -1129,6 +1129,8 @@ (define telepathy-glib
>         ;;   EOFError: EOF read where object expected
>         ;;   make[2]: *** [Makefile:1906: _gen/register-dbus-glib-marshallers-body.h] Error 1
>         #:parallel-build? #f
> +       ;; When spawned in parallel, the dbus daemons may fail to shut down cleanly.
> +       #:parallel-tests? #f
>         #:phases
>         (modify-phases %standard-phases
>           (add-after 'unpack 'disable-failing-tests

Good catch!  It should probably be reported upstream, but otherwise LGTM.

-- 
Thanks,
Maxim




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 19 Nov 2023 08:55:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Sun, 19 Nov 2023 08:55:02 GMT) Full text and rfc822 format available.

Message #13 received at 66278-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 66278-done <at> debbugs.gnu.org, rg <at> raghavgururajan.name
Subject: Re: [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable
 parallel tests.
Date: Sun, 19 Nov 2023 09:54:09 +0100
Am Sonntag, dem 01.10.2023 um 23:39 -0400 schrieb Maxim Cournoyer:
> Hi!
> 
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> 
> > * gnu/packages/glib.scm (telepathy-glib)[arguments]: Add
> > #:parallel-tests?.
> > ---
> >  gnu/packages/glib.scm | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> > index 8af89d60e0..2ba7d8039e 100644
> > --- a/gnu/packages/glib.scm
> > +++ b/gnu/packages/glib.scm
> > @@ -1129,6 +1129,8 @@ (define telepathy-glib
> >         ;;   EOFError: EOF read where object expected
> >         ;;   make[2]: *** [Makefile:1906: _gen/register-dbus-glib-
> > marshallers-body.h] Error 1
> >         #:parallel-build? #f
> > +       ;; When spawned in parallel, the dbus daemons may fail to
> > shut down cleanly.
> > +       #:parallel-tests? #f
> >         #:phases
> >         (modify-phases %standard-phases
> >           (add-after 'unpack 'disable-failing-tests
> 
> Good catch!  It should probably be reported upstream, but otherwise
> LGTM.
Searched out existing bug reports and included them; then pushed.

Cheers





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 17 Dec 2023 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 144 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.