X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fstreaming%2Ftest_ust;h=44b993355398513fedbe9027e6ca336a3973d36e;hp=51656e4be952444de49dbb46c1fff035b641a815;hb=96340a015194538227efcbc654ec02c2ed9961ce;hpb=c4926bb5e18ba7916ff2a5d2c70ed6b099643e73 diff --git a/tests/regression/tools/streaming/test_ust b/tests/regression/tools/streaming/test_ust index 51656e4be..44b993355 100755 --- a/tests/regression/tools/streaming/test_ust +++ b/tests/regression/tools/streaming/test_ust @@ -59,14 +59,14 @@ function test_ust_before_start () # Run 5 times with a 1 second delay $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT ${file_sync_after_first} ${file_sync_before_last} /dev/null 2>&1 & - start_lttng_tracing $SESSION_NAME + start_lttng_tracing_ok $SESSION_NAME touch ${file_sync_before_last} # Wait for the applications started in background wait - stop_lttng_tracing $SESSION_NAME + stop_lttng_tracing_ok $SESSION_NAME destroy_lttng_session $SESSION_NAME rm -f ${file_sync_after_first} rm -f ${file_sync_before_last} @@ -79,7 +79,7 @@ function test_ust_after_start () diag "Test UST streaming AFTER tracing starts" lttng_create_session_uri enable_ust_lttng_event_ok $SESSION_NAME $EVENT_NAME - start_lttng_tracing $SESSION_NAME + start_lttng_tracing_ok $SESSION_NAME # Run 5 times with a 1 second delay $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT ${file_sync_after_first} >/dev/null 2>&1 @@ -88,7 +88,7 @@ function test_ust_after_start () sleep 0.5 done - stop_lttng_tracing $SESSION_NAME + stop_lttng_tracing_ok $SESSION_NAME destroy_lttng_session $SESSION_NAME # Wait for the applications started in background