Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
ensembl-hive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Jira
Jira
Merge Requests
7
Merge Requests
7
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
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
ensembl-gh-mirror
ensembl-hive
Commits
2a9f75cf
Commit
2a9f75cf
authored
Jun 19, 2020
by
Matthieu Muffato
Committed by
ens-bwalts
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Runnables must have a property named debug
parent
099ce5a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
wrappers/python3/eHive/tests.py
wrappers/python3/eHive/tests.py
+4
-0
No files found.
wrappers/python3/eHive/tests.py
View file @
2a9f75cf
...
...
@@ -57,6 +57,8 @@ def testRunnable(testcase, runnableClass, inputParameters, refEvents, config=Non
- no_cleanup: bool, default False.
whether the temporary directory is removed at the end
of the run.
- debug: int, default 0.
the debug level.
- test_autoflow: bool, default not set.
when set, check that this is the final value of the
job's autoflow attribute.
...
...
@@ -105,6 +107,8 @@ def testRunnable(testcase, runnableClass, inputParameters, refEvents, config=Non
job
.
transient_error
=
True
self
.
input_job
=
job
self
.
debug
=
self
.
__config
.
get
(
'debug'
,
0
)
def
__job_life_cycle
(
self
):
"""Run the job's life cycle. This must match BaseRunnable.__job_life_cycle"""
...
...
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