-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement framework modules for EventID-related tests #46790
Conversation
please test |
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46790/42774 |
A new Pull Request was created by @fwyzard for master. It involves the following packages:
@Dr15Jones, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test TestFWCoreModulesEventIDValidator had ERRORS Comparison SummarySummary:
|
69cf0d9
to
271511c
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46790/42775
|
Pull request #46790 was updated. @Dr15Jones, @makortel, @smuzaffar can you please check and sign again. |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
-1 Failed Tests: HeaderConsistency UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test TestFWCoreModulesEmptySourceFromEventIDs had ERRORS Comparison SummarySummary:
|
339cf8b
to
b73d08a
Compare
please test |
@makortel I removed the code about generic products, it will go in a separate PR. |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
+core Comments in #32632 (review) were addressed. I'll open an issue about the need to refactor |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
type ngt |
PR description:
Implement additional framework modules used to test and validate the behaviour of the MPI-based modules developed in #32632:
EmptySourceFromEventIDs
is a variation of theEmptySource
that creates runs, lumis and events (containing no products) based on the list ofEventID
s provided in the configuration;edmtest::EventIDProducer
reads theEventID
from the current event and copies it into theEvent
as a data product;edmtest::EventIDValidator
reads theEventID
from the current event and compares it to a data product read from theEvent
.EmptySourceFromEventIDs
can be used to test how a module reacts to arbitrary transitions.EventIDProducer
andEventIDValidator
can be used to validate that an object produced in a given event is being read back in the same event.PR validation:
The unit tests for the new modules pass.