unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.
@ 2023-09-30  8:33 Liliana Marie Prikler
  2023-10-02  3:39 ` Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-09-30  8:33 UTC (permalink / raw)
  To: 66278; +Cc: liliana.prikler, maxim.cournoyer, rg

* 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





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

* [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.
  2023-09-30  8:33 [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests Liliana Marie Prikler
@ 2023-10-02  3:39 ` Maxim Cournoyer
  2023-11-19  8:54   ` bug#66278: " Liliana Marie Prikler
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2023-10-02  3:39 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 66278, rg

Hi!

Liliana Marie Prikler <liliana.prikler@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




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

* bug#66278: [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.
  2023-10-02  3:39 ` Maxim Cournoyer
@ 2023-11-19  8:54   ` Liliana Marie Prikler
  0 siblings, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-11-19  8:54 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 66278-done, rg

Am Sonntag, dem 01.10.2023 um 23:39 -0400 schrieb Maxim Cournoyer:
> Hi!
> 
> Liliana Marie Prikler <liliana.prikler@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





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

end of thread, other threads:[~2023-11-19  8:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-30  8:33 [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests Liliana Marie Prikler
2023-10-02  3:39 ` Maxim Cournoyer
2023-11-19  8:54   ` bug#66278: " Liliana Marie Prikler

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

	https://git.savannah.gnu.org/cgit/guix.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).