From: E R <pc88mxer@gmail.com>
To: git@vger.kernel.org
Subject: not all tests pass when on an NFS partition
Date: Thu, 12 Feb 2009 14:20:19 -0600 [thread overview]
Message-ID: <3a69fa7c0902121220n4ea2f19di6fe984dd2002772@mail.gmail.com> (raw)
When I run 'make test' for git-1.6.1.3 it will fail on this test when
running on an NFS partition.
Is this a known problem? Is this a real problem?
My uname -a: Linux XXX 2.6.18-92.1.17.el5 #1 SMP Tue Nov 4 13:45:01
EST 2008 i686 athlon i386 GNU/Linux
*** t5304-prune.sh ***
* ok 1: setup
* ok 2: prune stale packs
* ok 3: prune --expire
* FAIL 4: gc: implicit prune --expire
before=$(git count-objects | sed "s/ .*//") &&
BLOB=$(echo aleph_0 | git hash-object -w --stdin) &&
BLOB_FILE=.git/objects/$(echo $BLOB | sed "s/^../&\//") &&
test $((1 + $before)) = $(git count-objects | sed "s/ .*//") &&
test -f $BLOB_FILE &&
test-chmtime =-$((86400*14-30)) $BLOB_FILE &&
git gc &&
test $((1 + $before)) = $(git count-objects | sed "s/ .*//") &&
test -f $BLOB_FILE &&
test-chmtime =-$((86400*14+1)) $BLOB_FILE &&
git gc &&
test $before = $(git count-objects | sed "s/ .*//") &&
! test -f $BLOB_FILE
next reply other threads:[~2009-02-12 20:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-12 20:20 E R [this message]
2009-02-12 21:20 ` not all tests pass when on an NFS partition Junio C Hamano
2009-02-13 0:54 ` Brandon Casey
2009-02-15 20:19 ` E R
2009-02-17 14:41 ` E R
2009-02-17 16:32 ` Brandon Casey
2009-02-17 16:16 ` Brandon Casey
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3a69fa7c0902121220n4ea2f19di6fe984dd2002772@mail.gmail.com \
--to=pc88mxer@gmail.com \
--cc=git@vger.kernel.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.
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 NNTP newsgroup(s).