comparison tests/test-extra-filelog-entry.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 ec5886db9dc6
children 009d0283de5f
comparison
equal deleted inserted replaced
17119:2e13c1bd34dc 17132:b87acfda5268
14 $ hg qnew -f foo.diff 14 $ hg qnew -f foo.diff
15 $ echo b > b 15 $ echo b > b
16 $ hg qrefresh 16 $ hg qrefresh
17 17
18 $ hg debugindex b 18 $ hg debugindex b
19 rev offset length base linkrev nodeid p1 p2 19 rev offset length ..... linkrev nodeid p1 p2 (re)
20 0 0 3 0 0 1e88685f5dde 000000000000 000000000000 20 0 0 3 ..... 0 1e88685f5dde 000000000000 000000000000 (re)
21 21