Re: t9118 broken in current master, 9918285, git/git/v1.7.2-rc2
From: Brian Gernhardt <hidden>
Date: 2016-06-15 22:49:06
On Jul 7, 2010, at 9:49 PM, A Large Angry SCM wrote:
I've been busy with other projects and haven't attempted a full make & make test since f526d12, which did pass all the tests. Since the test name implies svn/git-svn breakage, I hoping the git-svn experts can find the problem.
I'm getting intermittent errors in t9115 instead. Running the full test suite with prove[1] gives: ./t9115-git-svn-dcommit-funky-renames.sh ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 9/10 subtests Running the test separately gives: $ ./t9115-git-svn-dcommit-funky-renames.sh ok 1 - load repository with strange names ok 2 - init and fetch repository ok 3 - create file in existing ugly and empty dir ok 4 - rename ugly file ok 5 - rename pretty file ok 6 - rename pretty file into ugly one ok 7 - add a file with plus signs ok 8 - clone the repository to test rebase ok 9 - make a commit to test rebase ok 10 - git svn rebase works inside a fresh-cloned repository # passed all 10 test(s) 1..10 These may be unrelated, but thought I'd bring it up. $ git describe HEAD v1.7.2-rc2-191-gd2de19a [1] prove -j 3 --state=hot,fresh,slow,save ./t[0-9]*.sh