test-subrepo-svn.t failure

Matt Harbison matt_harbison at yahoo.com
Thu Apr 26 23:29:37 CDT 2012


I ran the full test suite on Fedora 16, and got the test failure below.
It's probably harmless, but the difference is a little more than just
reordering of output, so an svn expert might want to take a look.

Even stranger, it wasn't consistent- I then ran the failing test by
itself and it passed, the next time by itself it failed.  It was
alternating for about 10 runs, so my first thought was it was leaving
something stale behind, but then it failed several times in a row.  Then
it worked for about 8 straight runs.  It is running inside VirtualBox on
Windows 7, but I can't believe that matters.


[matt at fedora tests]$ cat /etc/fedora-release 
Fedora release 16 (Verne)

[matt at fedora tests]$ uname -a
Linux fedora 3.3.2-1.fc16.x86_64 #1 SMP Sat Apr 14 00:31:23 UTC 2012 x86_64
 x86_64 x86_64 GNU/Linux

[matt at fedora tests]$ hg version
Mercurial Distributed SCM (version 2.2-rc+53-4bce649a2b0f)

[matt at fedora tests]$ svn --version
svn, version 1.6.17 (r1128011)
   compiled Jul 21 2011, 16:40:05

--- /usr/local/hg/tests/test-subrepo-svn.t
+++ /usr/local/hg/tests/test-subrepo-svn.t.err
@@ -273,10 +273,10 @@
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ cd t/s
   $ svn status
-  ? *    a (glob)
-  X *    externals (glob)
-  ? *    f1 (glob)
-  ? *    f2 (glob)
+  X       externals
+  ?       f1
+  ?       f2
+  ?       a
   
   Performing status on external item at 'externals'* (glob)
 

ERROR: /usr/local/hg/tests/test-subrepo-svn.t output changed
!
Failed test-subrepo-svn.t: output changed
# Ran 1 tests, 0 skipped, 1 failed.




More information about the Mercurial-devel mailing list