Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
be3ec684
Commit
be3ec684
authored
Oct 19, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/erp5/test: retry more times for caucase
parent
6b3f6eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
software/erp5/test/test/test_balancer.py
software/erp5/test/test/test_balancer.py
+2
-2
No files found.
software/erp5/test/test/test_balancer.py
View file @
be3ec684
...
@@ -108,7 +108,7 @@ class TestFrontendXForwardedFor(ERP5InstanceTestCase):
...
@@ -108,7 +108,7 @@ class TestFrontendXForwardedFor(ERP5InstanceTestCase):
stdout
=
subprocess
.
PIPE
,
stdout
=
subprocess
.
PIPE
,
stderr
=
subprocess
.
STDOUT
,
stderr
=
subprocess
.
STDOUT
,
)
)
for
_
in
range
(
1
0
):
for
_
in
range
(
3
0
):
try
:
try
:
if
requests
.
get
(
cls
.
frontend_caucased_url
).
status_code
==
200
:
if
requests
.
get
(
cls
.
frontend_caucased_url
).
status_code
==
200
:
break
break
...
@@ -185,7 +185,7 @@ class TestFrontendXForwardedFor(ERP5InstanceTestCase):
...
@@ -185,7 +185,7 @@ class TestFrontendXForwardedFor(ERP5InstanceTestCase):
result
=
caucase_process
.
communicate
()
result
=
caucase_process
.
communicate
()
csr_id
=
result
[
0
].
split
()[
0
]
csr_id
=
result
[
0
].
split
()[
0
]
for
_
in
range
(
1
0
):
for
_
in
range
(
3
0
):
if
not
subprocess
.
call
(
if
not
subprocess
.
call
(
cas_args
+
[
cas_args
+
[
'--get-crt'
,
csr_id
,
frontend_service_key
,
'--get-crt'
,
csr_id
,
frontend_service_key
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment