Skip to content
Snippets Groups Projects
Commit 09d65399 authored by scott snyder's avatar scott snyder
Browse files

AthenaServices: Make sure EventContext is set before firing incidents in AthenaMP.

In AthenaMP, we run beginRunAlgorithms as part of handling a BeforeFork
incident.  This can result in calls to IOVDbSvc, which require that a
valid EventContext object be available.  However,
AthenaEventLoopMgr::handle was not filling in the context.

Fix so that a valid context is provided.

Fixes ATN failures in AthenaMPTest.
parent 92f971db
No related branches found
No related tags found
Loading
Loading
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