Skip to content

Use ordered dict instead of set to assure uniqness of returned algs in CA getEventAlgs

As discovered in ATR-25096 sometimes the order in which the algorithms are returned from CA is relevant. I.e. should be stable. This MR replaces the set by OrdredDict used to make a unique list of algs.

Merge request reports