-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.3.1
-
Component/s: Testing Infrastructure
-
0
Introduce a command or something to that effect which can check for leaks on demand.
lsan provides int __lsan_do_recoverable_leak_check(); which could be leveraged for this purpose.
This would improve the debuggability of long running tests, such as the fuzzer or the longevity suite.