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

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

[debbugs-tracker] bug#32955: closed (Cuirass: Some tests depend on 'guix


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32955: closed (Cuirass: Some tests depend on 'guix-current', which makes them resource expensive)
Date: Sun, 07 Oct 2018 12:17:02 +0000

Your message dated Sun, 07 Oct 2018 14:16:04 +0200
with message-id <address@hidden>
and subject line Re: bug#32955: Cuirass: Some tests depend on 'guix-current', 
which makes them resource expensive
has caused the debbugs.gnu.org bug report #32955,
regarding Cuirass: Some tests depend on 'guix-current', which makes them 
resource expensive
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32955
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Cuirass: Some tests depend on 'guix-current', which makes them resource expensive Date: Sat, 06 Oct 2018 16:10:36 +0200 User-agent: mu4e 1.0; emacs 26.1
Hi,

Tests depending on 'guix-current' are expensive in terms of CPU and
storage usage since we need to build (current-guix) and then store a
couple of full system images.

They are built at each evaluation because they depend on 'guix-current'.
(And they all fail.)

    test.btrfs-root-os.x86_64-linux
    test.encrypted-root-os.x86_64-linux
    test.installed-extlinux-os.x86_64-linux
    test.separate-home-os.x86_64-linux
    test.raid-root-os.x86_64-linux
    test.separate-store-os.x86_64-linux
    test.iso-image-installer.x86_64-linux
    test.installed-os.x86_64-linux
    
    test.btrfs-root-os.i686-linux
    test.encrypted-root-os.i686-linux
    test.installed-extlinux-os.i686-linux
    test.separate-home-os.i686-linux
    test.raid-root-os.i686-linux
    test.separate-store-os.i686-linux
    test.iso-image-installer.i686-linux
    test.installed-os.i686-linux

It seems that the reason is explained by that comment in
gnu/tests/install.scm:

    ;; Since the image has no network access, use the
    ;; current Guix so the store items we need are in
    ;; the image and add packages provided.

Is there another way to get those tests to work without depending on
'guix-current'?

Clément



--- End Message ---
--- Begin Message --- Subject: Re: bug#32955: Cuirass: Some tests depend on 'guix-current', which makes them resource expensive Date: Sun, 07 Oct 2018 14:16:04 +0200 User-agent: mu4e 1.0; emacs 26.1
Clément Lassieur <address@hidden> writes:

> Clément Lassieur <address@hidden> writes:
>
>> Hi,
>>
>> Tests depending on 'guix-current' are expensive in terms of CPU and
>> storage usage since we need to build (current-guix) and then store a
>> couple of full system images.
>>
>> They are built at each evaluation because they depend on 'guix-current'.
>> (And they all fail.)
>
> I understand that 'guix-current' is only built once at each evaluation,
> of course.  And now I wonder: is it the same one that is built for
> guix-modular?  In that case it's not really useless.

Closing it, because those builds are idle most of the time, until they
fail.


--- End Message ---

reply via email to

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