Skip to content

Commit

Permalink
Merge pull request #46825 from fwyzard/fix_EmptySourceFromEventIDs_test
Browse files Browse the repository at this point in the history
Fix `EmptySourceFromEventIDs` test configuration
  • Loading branch information
cmsbuild authored Nov 29, 2024
2 parents 9dc1dae + 11965fc commit dbc4504
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions FWCore/Modules/test/testEmptySourceFromEventIDs_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@
input = cms.untracked.int32(42)
)

# EventIDChecker requires synchronizing on LuminosityBlock boundaries
process.options.numberOfThreads = 4
process.options.numberOfStreams = 4
process.options.numberOfConcurrentLuminosityBlocks = 1
# EventIDChecker requires processing the events serially
process.options.numberOfStreams = 1

process.check = cms.EDAnalyzer("EventIDChecker", eventSequence = cms.untracked(events))

Expand Down

0 comments on commit dbc4504

Please sign in to comment.