Feature #11157
Feature #11125: Fetch seeds from outside a module
Ensure that SeedService reacts correctly in contexts where no module is active
Start date:
12/15/2015
Due date:
% Done:
100%
Estimated time:
20.00 h
Description
SeedService
functionality currently relies on the knowledge of a framework context.
It should be verified that in cases where that context is not available, the correct response is triggered (typically: throwing an exception).
Potential issues in:
getSeed()
(can be called almost at any time!)- automatic reseeding
Also, clarify what happens when a registered engine (via registerEngine
), is used before the first event or after the last one, when a per-event reseeding policy is used.
History
#1 Updated by Gianluca Petrillo about 5 years ago
- Estimated time changed from 4.00 h to 20.00 h
Why does the "Estimated time" of a subtask overwrite and disables the parent task's one??
#2 Updated by Gianluca Petrillo almost 5 years ago
- Status changed from Assigned to Rejected
- % Done changed from 0 to 100
This check was done for LArSoft version of the service. artextensions
is not going to support this use case.