Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.4.9, 2.6.0-rc1
-
None
-
Fully Compatible
-
ALL
-
CAP - 3.1.4
Description
The BsonTemplateEvaluator used by benchRun uses rand() which isn't thread-safe on Linux and is synchronizing on Windows. It should be updated to use our internal PseudoRandom class.