-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.4.9, 2.6.0-rc1
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
CAP - 3.1.4
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.