X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fcrash%2Ftest_crash;h=3bf459dc2cb097ce8f5708c4a010a86ae5c14638;hp=be61cda2fb2dfa4c0399829276144a020e862299;hb=7fe98a985f6fddf7eba195c138fad23339676979;hpb=3e46b4ca56f63bddb99098556060898e07df8c06 diff --git a/tests/regression/tools/crash/test_crash b/tests/regression/tools/crash/test_crash index be61cda2f..3bf459dc2 100755 --- a/tests/regression/tools/crash/test_crash +++ b/tests/regression/tools/crash/test_crash @@ -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 @@ -229,7 +229,7 @@ function test_lttng_crash() # Generate 10 events $TESTAPP_BIN 10 0 - stop_lttng_tracing + stop_lttng_tracing_ok crash_recup_count=$($LTTNG_CRASH $shm_path | wc -l) test $crash_recup_count -eq "10" @@ -267,7 +267,7 @@ function test_lttng_crash_extraction() start_lttng_tracing_ok $session_name # Generate 10 events $TESTAPP_BIN 10 0 - stop_lttng_tracing + stop_lttng_tracing_ok $LTTNG_CRASH -x $extraction_path $shm_path ok $? "Extraction of crashed buffers to path" @@ -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