Skip to content

Commit

Permalink
Merge pull request #31806 from wddgit/dontHarcodeGlobalTag
Browse files Browse the repository at this point in the history
Don't hardcode the global tag in the unit test
  • Loading branch information
cmsbuild committed Oct 16, 2020
2 parents 1c7df09 + 66d6251 commit 7a24161
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CondCore/ESSources/test/TestConcurrentIOVsCondCore_cfg.py
Expand Up @@ -66,11 +66,14 @@
RefreshEachRun = cms.untracked.bool(False),
RefreshOpenIOVs = cms.untracked.bool(False),
connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS'),
globaltag = cms.string('110X_dataRun2_v5'),
globaltag = cms.string(''),
pfnPostfix = cms.untracked.string(''),
pfnPrefix = cms.untracked.string(''),
snapshotTime = cms.string(''),
toGet = cms.VPSet()
snapshotTime = cms.string('2020-10-10 00:00:00.000'),
toGet = cms.VPSet(cms.VPSet(cms.PSet(record = cms.string("BeamSpotObjectsRcd"),
tag = cms.string("BeamSpotObjects_2017UL_LumiBased_v2")
))
)
)

process.test = cms.EDAnalyzer("TestConcurrentIOVsCondCore")
Expand Down

0 comments on commit 7a24161

Please sign in to comment.