Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_workflow
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenjie.zheng
erp5_workflow
Commits
02ec7e00
Commit
02ec7e00
authored
Oct 12, 2015
by
wenjie.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5TypeTestCase.py: remove unused logs.
parent
f3bf5a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
product/ERP5Type/tests/ERP5TypeTestCase.py
product/ERP5Type/tests/ERP5TypeTestCase.py
+0
-4
No files found.
product/ERP5Type/tests/ERP5TypeTestCase.py
View file @
02ec7e00
...
...
@@ -931,7 +931,6 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
type_workflow_dict
=
workflow_tool
.
getChainsByType
()
for
workflow_id
in
workflow_tool
.
objectIds
():
start
=
DateTime
()
LOG
(
" ===== dynamicalWorkflowConvertion "
,
0
,
" in ERP5TypeTestCase.py 932."
)
# Do not convert workflow's live test related workflows.
if
workflow_id
in
[
'testing_workflow'
,
'testing_interaction_workflow'
,
\
'testing_workflow_backup'
,
'testing_interaction_workflow_backup'
]:
...
...
@@ -947,10 +946,8 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
# 2. assign ERP5 Workflow to portal type:
if
workflow_id
not
in
ptype
.
getTypeWorkflowList
():
ptype
.
addTypeWorkflowList
(
workflow_id
)
LOG
(
" | Add workflow '%s' to type '%s'"
%
(
workflow_id
,
ptype_id
),
0
,
" in ERP5TypeTestCase.py 946"
)
if
ptype
not
in
type_value_list
:
type_value_list
.
append
(
ptype
)
LOG
(
" | converting '%s' takes '%s')"
%
(
workflow_id
,
(
DateTime
()
-
start
)
*
86400
),
0
,
" in ERP5TypeTestCase.py 951"
)
# force convert edit_workflow: Why have to load edit_workflow this way?
edit_workflow
=
workflow_tool
.
_getOb
(
'edit_workflow'
,
None
)
if
edit_workflow
is
not
None
:
...
...
@@ -1071,7 +1068,6 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
setattr
(
app
,
'isIndexable'
,
1
)
portal
.
portal_catalog
.
manage_hotReindexAll
()
portal
.
portal_types
.
resetDynamicDocumentsOnceAtTransactionBoundary
()
LOG
(
" ***** dynamicWorkflowConversion ***** "
,
0
,
" in ERP5TypeTestCase.py 1070."
)
self
.
dynamicWorkflowConversion
()
self
.
getPortal
().
erp5_sql_connection
.
manage_test
(
"update message_queue set processing_node=0, priority=1 where processing_node=-1"
)
self
.
getPortal
().
erp5_sql_connection
.
manage_test
(
"update message set processing_node=0, priority=2 where processing_node=-1"
)
...
...
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