Skip to content
Snippets Groups Projects
Commit 548282f0 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues Committed by Patrick Koppenburg
Browse files

DaVinciTests - avoid race condition with identical ROOT file names in 2 tests

parent 6a4becde
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!868DaVinciTests - avoid race condition with identical ROOT file names in 2 tests
<?xml version="1.0" ?>
<!--
(c) Copyright 2000-2021 CERN for the benefit of the LHCb Collaboration
(c) Copyright 2021-2023 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
......@@ -18,8 +18,8 @@
</set></argument>
<argument name="test_file_db_options_yaml"><text>Upgrade_Bd2KstarMuMu</text></argument>
<argument name="extra_options_yaml"><text>
ntuple_file: DV-Ntuple.root
histo_file: DV-Histos.root
ntuple_file: DV-Ntuple_py-opts.root
histo_file: DV-Histos_py-opts.root
lumi: False
input_process: Brunel
</text></argument>
......
<?xml version="1.0" ?>
<!--
(c) Copyright 2021 CERN for the benefit of the LHCb Collaboration
(c) Copyright 2021-2023 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
......@@ -18,8 +18,8 @@
</set></argument>
<argument name="test_file_db_options_yaml"><text>Upgrade_Bd2KstarMuMu</text></argument>
<argument name="extra_options_yaml"><text>
ntuple_file: DV-Ntuple.root
histo_file: DV-Histos.root
ntuple_file: DV-Ntuple_yaml-opts.root
histo_file: DV-Histos_yaml-opts.root
lumi: False
input_process: Brunel
evt_max: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment