all: fix memory leaks
This commit is contained in:
parent
56e3eee629
commit
e5c0916a25
15 changed files with 147 additions and 54 deletions
|
|
@ -7,6 +7,7 @@ use {
|
|||
testrun::TestRun,
|
||||
tests::TestCase,
|
||||
},
|
||||
leaks,
|
||||
utils::{errorfmt::ErrorFmt, num_cpus::num_cpus},
|
||||
},
|
||||
ahash::AHashMap,
|
||||
|
|
@ -45,6 +46,7 @@ mod tests;
|
|||
const SINGLE_THREAD: bool = false;
|
||||
|
||||
pub fn run_tests() {
|
||||
leaks::init();
|
||||
test_logger::install();
|
||||
test_logger::set_level(Level::Trace);
|
||||
let it_run = Arc::new(ItRun {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue