Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
alecs_myu
erp5
Commits
0f54e71e
Commit
0f54e71e
authored
Jul 30, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scalability/runScalabilityTestSuite: hack
parent
dbf75f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
erp5/util/scalability/runScalabilityTestSuite.py
erp5/util/scalability/runScalabilityTestSuite.py
+2
-3
No files found.
erp5/util/scalability/runScalabilityTestSuite.py
View file @
0f54e71e
...
@@ -62,9 +62,8 @@ def waitFor0PendingActivities(erp5_url, log):
...
@@ -62,9 +62,8 @@ def waitFor0PendingActivities(erp5_url, log):
time
.
sleep
(
5
)
time
.
sleep
(
5
)
#Hack to do not take into account persistent Alarm_installMailServer acitivities
#Hack to do not take into account persistent Alarm_installMailServer acitivities
if
len
(
message_list
)
==
0
and
testIfExist
(
"/erp5/portal_activities"
,
"Alarm_installMailServer"
):
if
len
(
message_list
)
==
1
:
print
"1 pending activity for 'Alarm_installMailServer'."
print
"1 pending activity but ok."
print
"ok."
break
break
...
...
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