comparison tests/test-lfs-serve-access.t @ 40881:8695fbe17f7c

tests: update network related errors for Debian 9 We have a CI job that runs the Mercurial tests in parallel. Some of the network related failures seems to be different on the environment. Oddly, those failures happens only when running the tests in parallel, not when running the test file only. I have no idea how to get the windows formatted message for the error, if someone could give me an hand, I will update this changeset with the value. Differential Revision: https://phab.mercurial-scm.org/D5401
author Boris Feld <boris.feld@octobus.net>
date Mon, 10 Dec 2018 10:21:08 +0100
parents 93e5d18251d6
children 28a4fb793ba1
comparison
equal deleted inserted replaced
40880:7cda0cacbbf6 40881:8695fbe17f7c
80 abort: LFS HTTP error: HTTP Error 404: Not Found! 80 abort: LFS HTTP error: HTTP Error 404: Not Found!
81 (the "lfs.url" config may be used to override http://localhost:$HGPORT/missing) 81 (the "lfs.url" config may be used to override http://localhost:$HGPORT/missing)
82 [255] 82 [255]
83 83
84 $ hg -R httpclone update default --config lfs.url=http://localhost:$HGPORT2/missing 84 $ hg -R httpclone update default --config lfs.url=http://localhost:$HGPORT2/missing
85 abort: LFS error: *onnection *refused*! (glob) 85 abort: LFS error: *onnection *refused*! (glob) (?)
86 abort: LFS error: $EADDRNOTAVAIL$! (glob) (?)
86 (the "lfs.url" config may be used to override http://localhost:$HGPORT2/missing) 87 (the "lfs.url" config may be used to override http://localhost:$HGPORT2/missing)
87 [255] 88 [255]
88 89
89 Blob URIs are correct when --prefix is used 90 Blob URIs are correct when --prefix is used
90 91