From: Oleg Pykhalov <go.wigust@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 29102@debbugs.gnu.org
Subject: bug#29102: FAIL: make check-system TESTS="btrfs-root-os" not enough space
Date: Tue, 07 Nov 2017 22:44:51 +0300 [thread overview]
Message-ID: <87efp9naa4.fsf@gmail.com> (raw)
In-Reply-To: <87h8u8r9rk.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 05 Nov 2017 17:05:35 +0100")
[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]
Hello Ludovic,
Thank you for review.
ludo@gnu.org (Ludovic Courtès) writes:
> Hi Oleg,
>
> Oleg Pykhalov <go.wigust@gmail.com> skribis:
>
>> There is an issue with not enough space:
>>
>> $ make check-system TESTS="btrfs-root-os"
>>
>> I succeed by “double” this:
>
> Good catch.
>
>> diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
>> index a80c520ec..0e97de0a8 100644
>> --- a/gnu/tests/install.scm
>> +++ b/gnu/tests/install.scm
>> @@ -202,7 +202,7 @@ reboot\n")
>> #:imported-modules '((gnu services herd)
>> (guix combinators))))
>> (installation-disk-image-file-system-type "ext4")
>> - (target-size (* 1200 MiB)))
>> + (target-size (* 2200 MiB)))
>
> Maybe you can even change this one to 'guess?
No, because it will fail doing number->string on symbol here:
(system* "qemu-img" "create" "-f" "qcow2"
#$output #$(number->string target-size))
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2017-11-07 19:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-01 12:27 bug#29102: FAIL: make check-system TESTS="btrfs-root-os" not enough space Oleg Pykhalov
2017-11-05 16:05 ` Ludovic Courtès
2017-11-07 19:44 ` Oleg Pykhalov [this message]
2017-11-11 17:45 ` Ludovic Courtès
2017-11-14 21:53 ` Oleg Pykhalov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87efp9naa4.fsf@gmail.com \
--to=go.wigust@gmail.com \
--cc=29102@debbugs.gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).