Closed giulianobelinassi closed 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.
stress
stress.c
Signed-off-by: Giuliano Belinassi gbelinassi@suse.de
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 instress.c
.Signed-off-by: Giuliano Belinassi gbelinassi@suse.de