emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69959: closed ([PATCH gnome-team] gnu: conan: Disable flaky test.)


From: GNU bug Tracking System
Subject: bug#69959: closed ([PATCH gnome-team] gnu: conan: Disable flaky test.)
Date: Sun, 24 Mar 2024 10:32:02 +0000

Your message dated Sun, 24 Mar 2024 10:29:19 +0000
with message-id <87h6gvj52d.fsf@cbaines.net>
and subject line Re: [bug#69959] [PATCH gnome-team] gnu: conan: Disable flaky 
test.
has caused the debbugs.gnu.org bug report #69959,
regarding [PATCH gnome-team] gnu: conan: Disable flaky test.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69959: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69959
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH gnome-team] gnu: conan: Disable flaky test. Date: Sat, 23 Mar 2024 10:43:15 +0100 User-agent: Evolution 3.48.4
* gnu/packages/package-management.scm (conan) [#:phase 'check]: Also disable
test_basic_parallel_install.

Change-Id: I405246aa102cc2847ac157576dce5c46aa49b506
---
Dear Guix,

I reported the issue and disabled the test.

What do you think?

Best regards,

Vivien

 gnu/packages/package-management.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index e9dd7427d3..8fb53fd357 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1386,6 +1386,8 @@ (define-public conan
                          ;; https://github.com/conan-io/conan/issues/13577).
                          "and not test_other_client_can_link_autotools "
                          "and not test_autotools_lib_template "
+                         ;; Sometimes fail: 
https://github.com/conan-io/conan/issues/15936
+                         "and not test_basic_parallel_install "
                          (if (not (string-prefix? "x86_64" system))
                              ;; These tests either assume the machine is
                              ;; x86_64, or require a cross-compiler to target

base-commit: a9951a74a591a9b22ee2d93d8efe0523c6c42c97
-- 
2.41.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#69959] [PATCH gnome-team] gnu: conan: Disable flaky test. Date: Sun, 24 Mar 2024 10:29:19 +0000 User-agent: mu4e 1.10.8; emacs 29.1
Vivien Kraus via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/package-management.scm (conan) [#:phase 'check]: Also disable
> test_basic_parallel_install.
>
> Change-Id: I405246aa102cc2847ac157576dce5c46aa49b506
> ---
> Dear Guix,
>
> I reported the issue and disabled the test.
>
> What do you think?

Sounds good to me, I've pushed this to gnome-team as
f8c6cc02eeff8142a9202009698b89b308a5a245.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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