all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64779] [PATCH core-updates] gnu: coreutils: Skip tests which are broken on btrfs
@ 2023-07-22  0:55 Ryan Sundberg via Guix-patches via
  2023-07-22  1:55 ` Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Sundberg via Guix-patches via @ 2023-07-22  0:55 UTC (permalink / raw)
  To: 64779; +Cc: Ryan Sundberg

When building coreutils on a BTRFS filesystem, this test case
consistently fails.

* gnu/packages/base.scm (coreutils): Skip tests/cp/reflink-auto.sh
---
 gnu/packages/base.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 1fdfaf8a57..a9dab0b30f 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -464,7 +464,11 @@ (define-public coreutils
                                ;; there might be some environmental factor
                                ;; here
                                ((" test-tls\\$\\(EXEEXT\\) ") " ")))
-                           '())
+                           '((substitute*
+                               ;; This test fails on BTRFS
+                               '("tests/cp/reflink-auto.sh")
+                               (("^#!.*" all)
+                                (string-append all "exit 77;\n")))))
                      (substitute* "Makefile.in"
                        ;; fails on filesystems where inotify cannot be used,
                        ;; more info in #47935
-- 
2.37.2





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

* [bug#64779] [PATCH core-updates] gnu: coreutils: Skip tests which are broken on btrfs
  2023-07-22  0:55 [bug#64779] [PATCH core-updates] gnu: coreutils: Skip tests which are broken on btrfs Ryan Sundberg via Guix-patches via
@ 2023-07-22  1:55 ` Maxim Cournoyer
  2024-01-21  2:47   ` bug#64779: " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2023-07-22  1:55 UTC (permalink / raw)
  To: Ryan Sundberg; +Cc: 64779

Hello,

Ryan Sundberg <ryan@arctype.co> writes:

> When building coreutils on a BTRFS filesystem, this test case
> consistently fails.
>
> * gnu/packages/base.scm (coreutils): Skip tests/cp/reflink-auto.sh
> ---
>  gnu/packages/base.scm | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
> index 1fdfaf8a57..a9dab0b30f 100644
> --- a/gnu/packages/base.scm
> +++ b/gnu/packages/base.scm
> @@ -464,7 +464,11 @@ (define-public coreutils
>                                 ;; there might be some environmental factor
>                                 ;; here
>                                 ((" test-tls\\$\\(EXEEXT\\) ") " ")))
> -                           '())
> +                           '((substitute*
> +                               ;; This test fails on BTRFS
> +                               '("tests/cp/reflink-auto.sh")
> +                               (("^#!.*" all)
> +                                (string-append all "exit 77;\n")))))

Could you please report the issue to upstream, and add a comment with a
reference to the open issue?

-- 
Thanks,
Maxim




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

* bug#64779: [PATCH core-updates] gnu: coreutils: Skip tests which are broken on btrfs
  2023-07-22  1:55 ` Maxim Cournoyer
@ 2024-01-21  2:47   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2024-01-21  2:47 UTC (permalink / raw)
  To: Ryan Sundberg; +Cc: GNU Debbugs, 64779-done

tags 64779 + unreproducible
quit

Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hello,
>
> Ryan Sundberg <ryan@arctype.co> writes:
>
>> When building coreutils on a BTRFS filesystem, this test case
>> consistently fails.
>>
>> * gnu/packages/base.scm (coreutils): Skip tests/cp/reflink-auto.sh
>> ---
>>  gnu/packages/base.scm | 6 +++++-
>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
>> index 1fdfaf8a57..a9dab0b30f 100644
>> --- a/gnu/packages/base.scm
>> +++ b/gnu/packages/base.scm
>> @@ -464,7 +464,11 @@ (define-public coreutils
>>                                 ;; there might be some environmental factor
>>                                 ;; here
>>                                 ((" test-tls\\$\\(EXEEXT\\) ") " ")))
>> -                           '())
>> +                           '((substitute*
>> +                               ;; This test fails on BTRFS
>> +                               '("tests/cp/reflink-auto.sh")
>> +                               (("^#!.*" all)
>> +                                (string-append all "exit 77;\n")))))
>
> Could you please report the issue to upstream, and add a comment with a
> reference to the open issue?

I've searched the upstream issue tracker, and found none about this.
I've built coreutils 9.1 and latest master from source on my Btrfs
machine, which ran the test suite fine.  I've also rebuilt the current
Guix coreutils package with success on the same machine.

I don't think the problem is with Btrfs, or at least it's not easy to
reproduce.

Closing for now.

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2024-01-21  2:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-22  0:55 [bug#64779] [PATCH core-updates] gnu: coreutils: Skip tests which are broken on btrfs Ryan Sundberg via Guix-patches via
2023-07-22  1:55 ` Maxim Cournoyer
2024-01-21  2:47   ` bug#64779: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.