Skip to content

[AthenaConfiguration] Retain AthConfigFlags hash when loading flags dynamically

Rafal Bielski requested to merge rbielski/athena:flags-no-hash-recalc into master

Before this MR loading flags dynamically on a locked flags container caused its hash to be recalculated. Since the container is locked and the flags cannot change by just reading them, the hash should remain invariant.

Ensure the hash is retained and add a unit test for this.

cc @tbold, @ktopolni, @fwinkl

Merge request reports