comparison tests/test-basic.t @ 46015:f44b9c72f061

run-tests: allow some slack about 'waiting on lock' message It is common to run the tests on very loaded machine when concurrent run might take a bit longer. Such message are usually harmless, but anoying as they break the tests. Test that explicitly depends on this value have been adjusted. This make them more robust anyway. A fun case was `test-clone-pull-corruption.t` which, without the previous changeset introducing extra flushing, ended use having a line 31 (`pulling from ../source`) changing order because the warning message was no longer flushing stdin before using stderr (stderr being invisible in the test). Differential Revision: https://phab.mercurial-scm.org/D9507
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 02 Dec 2020 20:10:27 +0100
parents 21733e8c924f
children a04c03b0678e
comparison
equal deleted inserted replaced
46014:b86608e97fa8 46015:f44b9c72f061
11 ui.interactive=False 11 ui.interactive=False
12 ui.detailed-exit-code=True 12 ui.detailed-exit-code=True
13 ui.merge=internal:merge 13 ui.merge=internal:merge
14 ui.mergemarkers=detailed 14 ui.mergemarkers=detailed
15 ui.promptecho=True 15 ui.promptecho=True
16 ui.timeout.warn=15
16 web.address=localhost 17 web.address=localhost
17 web\.ipv6=(?:True|False) (re) 18 web\.ipv6=(?:True|False) (re)
18 web.server-header=testing stub value 19 web.server-header=testing stub value
19 #endif 20 #endif
20 21