Mercurial > hg
comparison tests/test-merge7.t @ 17132:b87acfda5268
tests: reduce spurious failures when run with generaldelta
Quite a few tests fail in noisy but meaningless ways when the test suite
is run with generaldelta enabled:
./run-tests.py --extra-config-opt=format.generaldelta=1
This reduces the amount of noise introduced by the debugindex command,
the main source of differences. In my environment, when testing with
generaldelta enabled, this change reduces the number of completely
failing tests from 21 to 8.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Wed, 11 Jul 2012 15:03:10 -0700 |
parents | f2719b387380 |
children | 5ed6a375e9ca |
comparison
equal
deleted
inserted
replaced
17119:2e13c1bd34dc | 17132:b87acfda5268 |
---|---|
103 two-point-one | 103 two-point-one |
104 >>>>>>> other | 104 >>>>>>> other |
105 three | 105 three |
106 | 106 |
107 $ hg debugindex test.txt | 107 $ hg debugindex test.txt |
108 rev offset length base linkrev nodeid p1 p2 | 108 rev offset length ..... linkrev nodeid p1 p2 (re) |
109 0 0 7 0 0 01365c4cca56 000000000000 000000000000 | 109 0 0 7 ..... 0 01365c4cca56 000000000000 000000000000 (re) |
110 1 7 9 1 1 7b013192566a 01365c4cca56 000000000000 | 110 1 7 9 ..... 1 7b013192566a 01365c4cca56 000000000000 (re) |
111 2 16 15 2 2 8fe46a3eb557 01365c4cca56 000000000000 | 111 2 16 15 ..... 2 8fe46a3eb557 01365c4cca56 000000000000 (re) |
112 3 31 27 2 3 fc3148072371 7b013192566a 8fe46a3eb557 | 112 3 31 2. ..... 3 fc3148072371 7b013192566a 8fe46a3eb557 (re) |
113 4 58 25 4 4 d40249267ae3 8fe46a3eb557 000000000000 | 113 4 5. 25 ..... 4 d40249267ae3 8fe46a3eb557 000000000000 (re) |
114 | 114 |
115 $ hg log | 115 $ hg log |
116 changeset: 4:40d11a4173a8 | 116 changeset: 4:40d11a4173a8 |
117 tag: tip | 117 tag: tip |
118 parent: 2:96b70246a118 | 118 parent: 2:96b70246a118 |