tests/test-simplemerge.py.out
author Augie Fackler <augie@google.com>
Wed, 30 Jan 2019 17:24:57 -0500
changeset 41479 6bbb12cba5a8
parent 22023 f18830651811
permissions -rw-r--r--
server: skip logging of ECONNRESET I believe this was exposed by 5492dc20, because the sending of the 500 would have already failed and prevented this logging. On Python 3, this will be a ConnectionResetError, which is a subtype of OSError, which is why we check for both OSError and socket.error. Bonus: this fixes a race in test-hgweb.t where sometimes the ECONNRESET wouldn't happen, because now we just don't log those errors. Differential Revision: https://phab.mercurial-scm.org/D5764

................
----------------------------------------------------------------------
Ran 16 tests in 0.000s

OK