Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a new test loader for each queue item.
The loader's ContextSuiteFactory keeps a reference to all of the test suites, even after they've been run, which consumes more and more memory over time. This change creates a new loader for each suite that's dispatched to the worker, which allows the GC to free the old test suites.
- Loading branch information