Skip to content

EDMCreator+EDMDeserialiser: handle missing aux container

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20230828T084219 into main

Imrpove the "GapFiller" to also handle the case where we are only missing the Aux store (as opposed to interface and Aux store). This happens in two stages:

  1. On deserialization when we discover a missing Aux store, we add a DataLink with the correct name to StoreGate.
  2. The EDMCreator (aka "GapFiller") takes care of creating an empty Aux store of the correct type under that name.

Relates to ATR-27986. cc @tamartin

Merge request reports