SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Refactor `stress` test #141

Closed giulianobelinassi closed 2 years ago

giulianobelinassi commented 2 years ago

The stress test previously used pyexpect stdout redirection mechanism that used an unreasonable amount of RAM (>16Gb). Refactor this test so that it uses a single process on the .py script and everything else is handled in stress.c.

Signed-off-by: Giuliano Belinassi gbelinassi@suse.de