-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
0
The jstest {[slow2/32bit.js}} was useful for identifying issues resolved in SERVER-16997, but the test incorrectly assumes Math.random() may be seeded in Javascript.
Fix the test so it uses a random number generator which accepts a seed value. Also fix incorrect write error handling and clarify the test logic.