-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
AC
-
- Launch a new nodejs process from mocha - to isolate the memory usage from our test running process
- Enable --expose-gc in a nodejs script
- Run a loop that connects thousands of MongoClients, closes them, and lets the client go out of scope.
- Assert that after invoking gc memory is generally close to the same it was before the test began
- clones
-
NODE-5028 Add test for reproducing leak in 5.x
- Closed