X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fstreaming%2Ftest_ust;h=a5d5b5e9215191c7dab80b86b7741014cb63df1b;hb=5da9cf86d63bcb9d4d077155efc707048df4fd0c;hp=e6a0bb846569117ee4add0fb11215cd022120653;hpb=5fcaccbce7683a6af772d6f37d03fb01cf248a84;p=lttng-tools.git diff --git a/tests/regression/tools/streaming/test_ust b/tests/regression/tools/streaming/test_ust index e6a0bb846..a5d5b5e92 100755 --- a/tests/regression/tools/streaming/test_ust +++ b/tests/regression/tools/streaming/test_ust @@ -54,20 +54,20 @@ function test_ust_before_start () diag "Test UST streaming BEFORE tracing starts" lttng_create_session_uri - enable_ust_lttng_event $SESSION_NAME $EVENT_NAME + enable_ust_lttng_event_ok $SESSION_NAME $EVENT_NAME # 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 - destroy_lttng_session $SESSION_NAME + stop_lttng_tracing_ok $SESSION_NAME + destroy_lttng_session_ok $SESSION_NAME rm -f ${file_sync_after_first} rm -f ${file_sync_before_last} } @@ -78,8 +78,8 @@ function test_ust_after_start () diag "Test UST streaming AFTER tracing starts" lttng_create_session_uri - enable_ust_lttng_event $SESSION_NAME $EVENT_NAME - start_lttng_tracing $SESSION_NAME + enable_ust_lttng_event_ok $SESSION_NAME $EVENT_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,8 +88,8 @@ function test_ust_after_start () sleep 0.5 done - stop_lttng_tracing $SESSION_NAME - destroy_lttng_session $SESSION_NAME + stop_lttng_tracing_ok $SESSION_NAME + destroy_lttng_session_ok $SESSION_NAME # Wait for the applications started in background wait