From: ludo@gnu.org (Ludovic Courtès)
To: Leo Famulari <leo@famulari.name>
Cc: 21280@debbugs.gnu.org
Subject: bug#21280: test failures: nar, syscalls, containers
Date: Tue, 25 Aug 2015 00:07:44 +0200 [thread overview]
Message-ID: <878u90s5lb.fsf@gnu.org> (raw)
In-Reply-To: <1440109544.937009.361720705.14632458@webmail.messagingengine.com> (Leo Famulari's message of "Thu, 20 Aug 2015 18:25:44 -0400")
[-- Attachment #1: Type: text/plain, Size: 847 bytes --]
Leo Famulari <leo@famulari.name> skribis:
> On Thu, Aug 20, 2015, at 06:02, Ludovic Courtès wrote:
[...]
>> I suspect the ‘nlink’ count on directories work differently on btrfs, or
>> something like that.
[...]
> %%%% Starting test nar (Writing full log to "nar.log")
>
> ;;; (stat-output "./test-nar-7151" 1)
> tests/nar.scm:203: FAIL write-file + restore-file
>
> ;;; (stat-output "./test-nar-7151" 1)
> tests/nar.scm:220: FAIL write-file + restore-file with symlinks
Indeed, that confirms what I thought.
This looks like buggy or at least borderline behavior from Btrfs.
However, it seems that this ‘nlink’ test can be sidestepped altogether.
Could you apply this last patch and run:
make check TESTS=tests/nar.scm
again?
If it works for you, I’ll just apply it.
Thanks!
Ludo’.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 401 bytes --]
diff --git a/tests/nar.scm b/tests/nar.scm
index b8e50c7..58adb95 100644
--- a/tests/nar.scm
+++ b/tests/nar.scm
@@ -121,7 +121,7 @@
(lambda (name stat errno result)
(pk 'error name stat errno)
#f)
- (> (stat:nlink (stat output)) 2)
+ #t
input
lstat))
next prev parent reply other threads:[~2015-08-24 22:08 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-17 3:43 bug#21280: test failures: nar, syscalls, containers Leo Famulari
2015-08-17 15:42 ` Thompson, David
2015-08-18 3:00 ` Leo Famulari
2015-08-18 21:54 ` Ludovic Courtès
2015-08-19 1:55 ` Leo Famulari
2015-08-19 23:14 ` Ludovic Courtès
2015-08-20 4:14 ` Leo Famulari
2015-08-20 10:02 ` Ludovic Courtès
[not found] ` <1440109544.937009.361720705.14632458@webmail.messagingengine.com>
2015-08-24 22:07 ` Ludovic Courtès [this message]
2015-08-25 17:38 ` Leo Famulari
2015-08-25 22:44 ` Ludovic Courtès
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=878u90s5lb.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=21280@debbugs.gnu.org \
--cc=leo@famulari.name \
/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).