Skip to content

CxxUtils: Fix potential locking issue in ConcurrentRangeMap test.

Scott Snyder requested to merge ssnyder/athena:test.CxxUtils-20190208 into master

m_inGrace should be protected by the mutex. Only affects the unit test.

Merge request reports