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

test suite could check for memory leaks #92

Open
davepacheco opened this issue Aug 8, 2017 · 1 comment
Open

test suite could check for memory leaks #92

davepacheco opened this issue Aug 8, 2017 · 1 comment

Comments

@davepacheco
Copy link
Contributor

The test suite has several tests that use gcore to save a core file, then open mdb on that core file, load mdb_v8, and run a bunch of dcmds. They should probably also save a core file of mdb and run findleaks on that to make sure we're not leaking memory.

As part of this, we'll probably want to commonize the code that does all this, since it's currently replicated in several places.

@davepacheco
Copy link
Contributor Author

For reference, I added a facility under #101 to run findleaks on mdb after running each test, but it doesn't automatically look for new leaks or anything.

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

1 participant