git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Intermittent failures in t9119
@ 2010-12-04  2:19 Junio C Hamano
  2010-12-05  1:21 ` David D. Kilzer
  2010-12-05 20:39 ` Junio C Hamano
  0 siblings, 2 replies; 8+ messages in thread
From: Junio C Hamano @ 2010-12-04  2:19 UTC (permalink / raw)
  To: David D. Kilzer; +Cc: git

Sorry for bringing up an old story, but since you added "git svn info"
with e6fefa9 (git-svn info: implement info command, 2007-11-21),...

I am seeing breakages from the said test:

    not ok - 6 info file
    #
    #               (cd svnwc; svn info file) > expected.info-file &&
    #               (cd gitwc; git svn info file) > actual.info-file &&
    #               test_cmp expected.info-file actual.info-file

    : trash directory.t9119-git-svn-info/master; diff *.info-file
    12c12
    < Text Last Updated: 2010-12-04 00:34:58 +0000 (Sat, 04 Dec 2010)
    ---
    > Text Last Updated: 2010-12-04 00:34:57 +0000 (Sat, 04 Dec 2010)

I do not know if we should expect output from "svn info" to match exactly
like the above.  Is "Text Last Updated" supposed to show the stat
timestamp of the working tree (I see "(stat $path)[9]" there)?  If so,
unless the checkout/update in svnwc and gitwc prior to this test was done
within the same second, we do not have a good reason to expect that these
files should be identical.

I _think_ "svn info file" actually gives the timestamp of the revision
that touched the file the last (in their linear worldview of the history),
so perhaps this is demonstrating the real bug, but only when the test runs
very slowly?

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

end of thread, other threads:[~2010-12-31 14:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-04  2:19 Intermittent failures in t9119 Junio C Hamano
2010-12-05  1:21 ` David D. Kilzer
2010-12-05  4:50   ` Junio C Hamano
2010-12-05 20:39 ` Junio C Hamano
2010-12-06 19:10   ` Eric Wong
2010-12-07  0:00     ` Junio C Hamano
2010-12-09 17:55       ` Eric Wong
2010-12-31 14:13         ` David D. Kilzer

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