Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
8309622f
Commit
8309622f
authored
Aug 08, 2015
by
Leo Gordon
Browse files
bugfix: global caching seems to pollute the namespace during the execution of workers
parent
85a74ff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
+2
-0
No files found.
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
View file @
8309622f
...
...
@@ -92,6 +92,8 @@ sub init_pipeline {
my
$hive_dba
;
local
@ARGV
=
@$options
;
local
%
Bio::EnsEMBL::Hive::Cacheable::
cache_by_class
;
lives_ok
(
sub
{
$hive_dba
=
Bio::EnsEMBL::Hive::Scripts::InitPipeline::
init_pipeline
(
$file_or_module
);
ok
(
$hive_dba
,
'
pipeline initialized
');
...
...
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