test-convert-git.t failing on Ubuntu 12.10

Greg Ward greg at gerg.ca
Thu Jan 31 19:02:23 UTC 2013


Hi all --

I'm running the tests on a very boring, vanilla, mainstream platform
(Ubuntu 12.10 on x86_64), and getting this failure:

  --- /home/greg/src/hg-stable/tests/test-convert-git.t
  +++ /home/greg/src/hg-stable/tests/test-convert-git.t.err
  @@ -297,7 +297,6 @@
     $ python damage.py
     $ hg convert git-repo4 git-repo4-broken-hg 2>&1 | \
     >     grep 'abort:' | sed 's/abort:.*/abort:/g'
  -  abort:
   
   test sub modules
   
  
  ERROR: /home/greg/src/hg-stable/tests/test-convert-git.t output changed!
  Failed test-convert-git.t: output changed
  # Ran 1 tests, 0 skipped, 1 failed.

I get the exact same failure with Mercurial 2.1, 2.2, 2.3, and 2.4.
The test in question simply trashes a git repo by deleting files from
it, without using git at all -- so I don't see how this could be
caused by using a too-new git version.

I can reproduce this on another machine also running Ubuntu 12.10 on
x86_64. But not on a Debian 6.0 32-bit VM.

Any ideas?

       Greg
-- 
Greg Ward                            http://www.gerg.ca
<greg at gerg.ca>                       @gergdotca



More information about the Mercurial-devel mailing list