##// END OF EJS Templates
tests: followup on network related errors on Debian 9...
Boris Feld -
r41009:97484e1d default
parent child Browse files
Show More
@@ -64,7 +64,7 b' Server is not running aborts'
64 $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest
64 $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest
65 $ hg clone http://localhost:$HGPORT server-not-runner
65 $ hg clone http://localhost:$HGPORT server-not-runner
66 applying clone bundle from http://localhost:$HGPORT1/bundle.hg
66 applying clone bundle from http://localhost:$HGPORT1/bundle.hg
67 error fetching bundle: (.* refused.*|Protocol not supported|(.* )?Cannot assign requested address) (re)
67 error fetching bundle: (.* refused.*|Protocol not supported|(.* )?\$EADDRNOTAVAIL\$) (re)
68 abort: error applying bundle
68 abort: error applying bundle
69 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
69 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
70 [255]
70 [255]
@@ -38,8 +38,7 b' Failure to accept() socket should result'
38 $ cat hg.pid > $DAEMON_PIDS
38 $ cat hg.pid > $DAEMON_PIDS
39
39
40 $ hg clone http://localhost:$HGPORT/ clone
40 $ hg clone http://localhost:$HGPORT/ clone
41 abort: error: $ECONNRESET$ (?)
41 abort: error: (\$ECONNRESET\$|\$EADDRNOTAVAIL\$) (re)
42 abort: error: $EADDRNOTAVAIL$ (?)
43 [255]
42 [255]
44
43
45 (The server exits on its own, but there is a race between that and starting a new server.
44 (The server exits on its own, but there is a race between that and starting a new server.
@@ -90,8 +90,7 b' bad host:port for proxy ("Protocol not s'
90 misconfigured hosts)
90 misconfigured hosts)
91
91
92 $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
92 $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
93 abort: error: (Connection refused|Protocol not supported|.* actively refused it) (re) (?)
93 abort: error: (Connection refused|Protocol not supported|.* actively refused it|\$EADDRNOTAVAIL\$) (re)
94 abort: error: $EADDRNOTAVAIL$ (?)
95 [255]
94 [255]
96
95
97 do not use the proxy if it is in the no list
96 do not use the proxy if it is in the no list
General Comments 0
You need to be logged in to leave comments. Login now