comparison tests/test-rename-merge1.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 e9ae770eff1c
children a6fe1b9cc68f
comparison
equal deleted inserted replaced
17119:2e13c1bd34dc 17132:b87acfda5268
66 blahblah 66 blahblah
67 67
68 $ hg ci -m "merge" 68 $ hg ci -m "merge"
69 69
70 $ hg debugindex b 70 $ hg debugindex b
71 rev offset length base linkrev nodeid p1 p2 71 rev offset length ..... linkrev nodeid p1 p2 (re)
72 0 0 67 0 1 57eacc201a7f 000000000000 000000000000 72 0 0 67 ..... 1 57eacc201a7f 000000000000 000000000000 (re)
73 1 67 72 1 3 4727ba907962 000000000000 57eacc201a7f 73 1 67 72 ..... 3 4727ba907962 000000000000 57eacc201a7f (re)
74 74
75 $ hg debugrename b 75 $ hg debugrename b
76 b renamed from a:dd03b83622e78778b403775d0d074b9ac7387a66 76 b renamed from a:dd03b83622e78778b403775d0d074b9ac7387a66
77 77
78 This used to trigger a "divergent renames" warning, despite no renames 78 This used to trigger a "divergent renames" warning, despite no renames