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

Simple TAP emission leaks like a sieve #252

Closed
ribasushi opened this issue Feb 12, 2012 · 1 comment
Closed

Simple TAP emission leaks like a sieve #252

ribasushi opened this issue Feb 12, 2012 · 1 comment

Comments

@ribasushi
Copy link

Start and watch it grow like there is no tomorrow

perl -MTest::More -e 'while (1) { ok (1, "TRUE!") }'
@schwern
Copy link
Contributor

schwern commented Feb 12, 2012

Thanks for the report.

Test::Builder (what Test::More is on top of) retains test history for the Test::Builder->details method, so that's expected if not always desired behavior. There is currently no way to turn this off.

Test::Builder 1.5 will not retain complete history by default, only statistics, and memory usage will remain flat.

@schwern schwern closed this as completed Feb 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants