Fix: tests: use SIGSTOP for crash extraction test
[lttng-tools.git] / tests / regression / tools / crash / test_crash
index be61cda2fb2dfa4c0399829276144a020e862299..5b9a27c58abce165e85cc4a8150f07cf2d93d4fe 100755 (executable)
@@ -31,7 +31,7 @@ NR_ITER=-1
 # Temp file output
 OUTPUT_DIR=$(mktemp -d)
 
-NUM_TESTS=71
+NUM_TESTS=73
 
 source $TESTDIR/utils/utils.sh
 
@@ -360,6 +360,9 @@ function test_lttng_crash_extraction_sigkill()
        # Generate 10 events
        $TESTAPP_BIN 10 0
 
+       sigstop_lttng_sessiond
+       sigstop_lttng_consumerd
+
        # Kill the consumers then sessiond with sigkill
        stop_lttng_consumerd SIGKILL
        stop_lttng_sessiond SIGKILL
This page took 0.022602 seconds and 4 git commands to generate.