CrewRepository tests on FreeBSD 7.0 / Python 2.4.4
Giorgos Keramidas
keramida at ceid.upatras.gr
Tue May 8 20:32:09 UTC 2007
Running the tests with the current crew tip (905397be7688) on FreeBSD
7.0 with Python 2.4.4 produces the following today.
Is this something that looks like a problem which needs fixing?
[--- FreeBSD 7.0-CURRENT with Python 2.4.4 ---]
$ sh ~/cron.d/mercurial-test.sh
2007-05-08 20:20:00 -- Gate repository is at /home/keramida/hg/mercurial/crew
2007-05-08 20:20:00 -- Creating temporary test workspace at /tmp/crewXXXX
2007-05-08 20:20:00 -- Initializing test workspace at /tmp/hgtest-1ndJ
2007-05-08 20:20:01 -- Pulling changesets from gate repo at /home/keramida/hg/mercurial/crew
pulling from /home/keramida/hg/mercurial/crew
requesting all changes
adding changesets
adding manifests
adding file changes
added 4433 changesets with 8504 changes to 608 files
(run 'hg update' to get a working copy)
2007-05-08 20:20:16 -- Gate tip is 905397be7688
2007-05-08 20:20:16 -- Checking out clean copy of 905397be7688 revision
526 files updated, 0 files merged, 0 files removed, 0 files unresolved
2007-05-08 20:20:18 -- Running the Mercurial test suite.
2007-05-08 20:20:18 -- Extra run-tests.py flags: (none)
...................
ERROR: test-clone-pull-corruption output changed
--- Expected output
+++ Test output
@@ -7,10 +7,17 @@
adding changesets
adding manifests
adding file changes
-added 1 changesets with 1 changes to 1 files
-(run 'hg update' to get a working copy)
+added 1 changesets with 1 changes to 1 files (+1 heads)
+(run 'hg heads' to see heads, 'hg merge' to merge)
checking changesets
+incorrect link (2) for changeset revision 1
+unpacking changeset 5ef92f5c869e: list index out of range
checking manifests
+bad manifest link (2) at revision 1
+reading delta for manifest d8265428f0b7: list index out of range
crosschecking files in changesets and manifests
checking files
+foo: 1:4c6c04b2bf00 not in manifests
+foo:4c6c04b2bf00 points to unexpected changeset 2
1 files, 2 changesets, 2 total revisions
+6 integrity errors encountered!
ERROR: test-clone-pull-corruption failed with error code 256
........................................................................................................................................
# Ran 155 tests, 0 skipped, 1 failed.
2007-05-08 20:27:25 -- Removing test workspace from /tmp/hgtest-1ndJ
$
More information about the Mercurial-devel
mailing list