You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: