Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup workers in the unit tests #6877

Closed
yurydelendik opened this issue Jan 15, 2016 · 0 comments
Closed

Cleanup workers in the unit tests #6877

yurydelendik opened this issue Jan 15, 2016 · 0 comments

Comments

@yurydelendik
Copy link
Contributor

When we run unit tests, we use getDocument a lot but we don't destroy when we done with test and rely on GC to do that. That might affect the performance (memory) during testing. It's expected to properly cleanup after each test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants