Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hg-windows-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
hg-windows-ci
Commits
f2f53872
Commit
f2f53872
authored
6 years ago
by
Mathias De Mare
Browse files
Options
Downloads
Patches
Plain Diff
tests: fix regression tests failing on CentOS 7
Differential Revision:
https://phab.mercurial-scm.org/D5877
parent
8f0e8b17
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/test-clonebundles.t
+1
-1
1 addition, 1 deletion
tests/test-clonebundles.t
tests/test-http-proxy.t
+1
-1
1 addition, 1 deletion
tests/test-http-proxy.t
tests/test-lfs-serve-access.t
+1
-0
1 addition, 0 deletions
tests/test-lfs-serve-access.t
with
3 additions
and
2 deletions
tests/test-clonebundles.t
+
1
−
1
View file @
f2f53872
...
...
@@ -64,7 +64,7 @@
$
echo
"
http://localhost:
$HGPORT1
/bundle.hg
"
>
server
/.hg/clon
ebundles
.
manifest
$
hg
clone
http:
//local
host:$HGPORT
server
-
not
-
runner
applying
clone
bundle
from
http:
//local
host:$HGPORT1
/
bundle
.
hg
error
fetching
bundle:
(
.*
refused
.*|
Protocol
not
supported
|
(
.*
)?
\
$EADDRNOTAVAIL
\
$
)
(
re
)
error
fetching
bundle:
(
.*
refused
.*|
Protocol
not
supported
|
(
.*
)?
\
$EADDRNOTAVAIL
\
$
|
.*
No
route
to
host
)
(
re
)
abort:
error
applying
bundle
(
if
this
error
persists
,
consider
contacting
the
server
operator
or
disable
clone
bundles
via
"
--config ui.clonebundles=false
")
[
255
]
...
...
This diff is collapsed.
Click to expand it.
tests/test-http-proxy.t
+
1
−
1
View file @
f2f53872
...
...
@@ -90,7 +90,7 @@
misconfigured
hosts
)
$
http_proxy
=
localhost:$HGPORT2
hg
clone
--
config
http_proxy
.
always
=
True
http:
//local
host:$HGPORT
/
f
abort:
error:
(
Connection
refused
|
Protocol
not
supported
|.*
actively
refused
it
|\
$EADDRNOTAVAIL
\
$
)
(
re
)
abort:
error:
(
Connection
refused
|
Protocol
not
supported
|.*
actively
refused
it
|\
$EADDRNOTAVAIL
\
$
|
No
route
to
host
)
(
re
)
[
255
]
do
not
use
the
proxy
if
it
is
in
the
no
list
...
...
This diff is collapsed.
Click to expand it.
tests/test-lfs-serve-access.t
+
1
−
0
View file @
f2f53872
...
...
@@ -84,6 +84,7 @@
$
hg
-
R
httpclone
update
default
--
config
lfs
.
url
=
http:
//local
host:$HGPORT2
/
missing
abort:
LFS
error:
*onnection
*refused
*!
(
glob
)
(?)
abort:
LFS
error:
$EADDRNOTAVAIL
$!
(
glob
)
(?)
abort:
LFS
error:
No
route
to
host
!
(?)
(
the
"
lfs.url
"
config
may
be
used
to
override
http:
//local
host:$HGPORT2
/
missing
)
[
255
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment