git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* not all tests pass when on an NFS partition
@ 2009-02-12 20:20 E R
  2009-02-12 21:20 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: E R @ 2009-02-12 20:20 UTC (permalink / raw)
  To: git

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

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

end of thread, other threads:[~2009-02-17 16:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12 20:20 not all tests pass when on an NFS partition E R
2009-02-12 21:20 ` 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

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).