Skip to content

SGTools: Fix occasional test failures.

Scott Snyder requested to merge ssnyder/athena:test.SGTools-20221109 into master

StringPool_test was using std::rand, and was occasionally failing due to a hash collision appearing. Change to AtlasTest/random.h so that the random sequence is fully reproducible.

See ATEAM-844.

Merge request reports