Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LHCbDIRAC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Anton Lu
LHCbDIRAC
Commits
44fc2e8d
Commit
44fc2e8d
authored
7 years ago
by
Federico Stagni
Browse files
Options
Downloads
Patches
Plain Diff
using ancestor
parent
8e67f80f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Workflow/Integration/Test_ProductionJobs_InputData.py
+5
-3
5 additions, 3 deletions
tests/Workflow/Integration/Test_ProductionJobs_InputData.py
with
5 additions
and
3 deletions
tests/Workflow/Integration/Test_ProductionJobs_InputData.py
+
5
−
3
View file @
44fc2e8d
...
...
@@ -91,8 +91,9 @@ class RecoSuccessMultiProcessor( ProductionJobTestCase ):
class
StrippSuccess
(
ProductionJobTestCase
):
def
test_Integration_Production
(
self
):
# From request 38945 (Stripping24r0p1)
lfns
=
[
'
/lhcb/data/2015/RAW/FULL/LHCb/COLLISION15/167123/167123_0000000379.raw
'
,
'
/lhcb/LHCb/Collision15/RDST/00048427/0009/00048427_00090769_1.rdst
'
]
lfns
=
[
'
/lhcb/LHCb/Collision15/RDST/00048427/0009/00048427_00090769_1.rdst
'
]
# ancestor: '/lhcb/data/2015/RAW/FULL/LHCb/COLLISION15/167123/167123_0000000379.raw'
stepsInProd
=
[{
'
StepId
'
:
125625
,
'
StepName
'
:
'
Stripping24r0p1-DV-v38r1p4-AppConfig-v3r323
'
,
'
ApplicationName
'
:
'
DaVinci
'
,
'
ApplicationVersion
'
:
'
v38r1p4
'
,
'
ExtraPackages
'
:
'
AppConfig.v3r323;SQLDDDB.v7r10
'
,
'
ProcessingPass
'
:
'
Stripping24r0p1
'
,
'
Visible
'
:
'
Y
'
,
'
Usable
'
:
'
Yes
'
,
'
DDDB
'
:
'
dddb-20150724
'
,
'
CONDDB
'
:
'
cond-20150828
'
,
'
DQTag
'
:
''
,
'
OptionsFormat
'
:
'
Stripping
'
,
...
...
@@ -126,7 +127,8 @@ class StrippSuccess( ProductionJobTestCase ):
'
RADIATIVE.DST
'
:
'
Tier1-BUFFER
'
,
'
SEMILEPTONIC.DST
'
:
'
Tier1-BUFFER
'
},
0
,
100
,
outputMode
=
'
Run
'
,
inputDataPolicy
=
'
protocol
'
,
inputDataList
=
lfns
,
events
=
500
)
outputMode
=
'
Run
'
,
inputDataPolicy
=
'
protocol
'
,
inputDataList
=
lfns
,
events
=
500
,
ancestorDepth
=
1
)
prod
.
LHCbJob
.
_addParameter
(
prod
.
LHCbJob
.
workflow
,
'
runNumber
'
,
'
JDL
'
,
167123
,
'
Input run number
'
)
prod
.
LHCbJob
.
setInputSandbox
(
find_all
(
'
pilot.cfg
'
,
'
.
'
)[
0
]
)
prod
.
LHCbJob
.
setConfigArgs
(
'
pilot.cfg
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment