Re: [libvirt] [PATCH] tests: avoid re-execing test once for each mock

2020-01-10 Thread Michal Privoznik
On 1/9/20 7:04 PM, Daniel P. Berrangé wrote: When debugging tests under GDB there is a significant time delay each time an execve is done as GDB scans shared libraries once again. For tests which use many mock libraries, we have been invoking execve many times which makes the GDB experience

[libvirt] [PATCH] tests: avoid re-execing test once for each mock

2020-01-09 Thread Daniel P . Berrangé
When debugging tests under GDB there is a significant time delay each time an execve is done as GDB scans shared libraries once again. For tests which use many mock libraries, we have been invoking execve many times which makes the GDB experience horrible. This changes our framework to activate