test-convert-cvs failing

Jesse Glick jesse.glick at sun.com
Thu Jan 24 17:42:57 CST 2008


Is anyone else getting failures from test-convert-cvs? I don't think I 
have ever seen it pass. I am on Ubuntu with all updates.

I also get _occasional_ failures on test-http.

Transcript followed by some system info:


hg$ (cd tests; python run-tests.py)
......................................
ERROR: test-convert-cvs output changed
--- Expected output
+++ Test output
@@ -10,19 +10,16 @@
  U src/a
  U src/b/c
  % commit a new revision changing b/c
-checking in src/b/c,v
  % convert fresh repo
  initializing destination src-hg repository
  connecting to cvsrepo
  scanning source...
  sorting...
  converting...
-2 Initial revision
-1 import
-0 ci0
+1 Initial revision
+0 import
  updating tags
  a
-c
  c
  % convert fresh repo with --filemap
  initializing destination src-filemap repository
@@ -30,15 +27,12 @@
  scanning source...
  sorting...
  converting...
-2 Initial revision
-1 import
+1 Initial revision
+0 import
  rolling back last transaction
-0 ci0
  updating tags
  c
-c
-2 update tags files: .hgtags
-1 ci0 files: b/c
+1 update tags files: .hgtags
  0 Initial revision files: b/c
  % commit new file revisions
  checking in src/a,v
@@ -49,6 +43,7 @@
  sorting...
  converting...
  0 ci1
+updating tags
  a
  a
  c
@@ -60,48 +55,45 @@
  sorting...
  converting...
  0 ci1
+updating tags
  c
  c
  c
-3 ci1 files: b/c
-2 update tags files: .hgtags
-1 ci0 files: b/c
+3 update tags files: .hgtags
+2 ci1 files: b/c
+1 update tags files: .hgtags
  0 Initial revision files: b/c
  % commit branch
  U b/c
  T a
  T b/c
-checking in src/b/c,v
  % convert again
  connecting to cvsrepo
  scanning source...
  sorting...
  converting...
-0 ci2
  a
  a
  c
-d
+c
+c
  % convert again with --filemap
  connecting to cvsrepo
  scanning source...
  sorting...
  converting...
-0 ci2
  c
-d
-4 ci2 files: b/c
-3 ci1 files: b/c
-2 update tags files: .hgtags
-1 ci0 files: b/c
+c
+c
+3 update tags files: .hgtags
+2 ci1 files: b/c
+1 update tags files: .hgtags
  0 Initial revision files: b/c
-o  5 (branch) ci2 files: b/c
+o  4 () update tags files: .hgtags
  |
-| o  4 () ci1 files: a b/c
-| |
-| o  3 () update tags files: .hgtags
-| |
-| o  2 () ci0 files: b/c
+o  3 () ci1 files: a b/c
+|
+| o  2 () update tags files: .hgtags
  |/
  | o  1 (INITIAL) import files:
  |/
......ssss..............................................
ERROR: test-http output changed
--- Expected output
+++ Test output
@@ -31,11 +31,6 @@
  1 files, 1 changesets, 1 total revisions
  adding bar
  % pull
-changegroup hook: HG_NODE=cfbd11a1fa315300a080c3de8fe36b0fc5820acf 
HG_SOURCE=pull HG_URL=http://localhost/
  pulling from http://localhost/
  searching for changes
-adding changesets
-adding manifests
-adding file changes
-added 1 changesets with 1 changes to 1 files
-(run 'hg update' to get a working copy)
+no changes found
..................................................................s...............................................................
Skipped test-convert-hg-svn: missing feature: subversion python bindings
Skipped test-convert-svn-branches: missing feature: subversion python 
bindings
Skipped test-convert-svn-sink: missing feature: subversion python bindings
Skipped test-convert-svn-source: missing feature: subversion python bindings
Skipped test-no-symlinks: system supports symbolic links
# Ran 224 tests, 5 skipped, 2 failed.
hg$ (cd tests; python run-tests.py test-http)
.
# Ran 1 tests, 0 skipped, 0 failed.
hg$ hg id
e160f2312815 tip
hg$ uname -a
Linux jglick-laptop 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 
2007 i686 GNU/Linux
hg$ cvs --version

Concurrent Versions System (CVS) 1.12.13 (client/server)
[...]



More information about the Mercurial-devel mailing list