EVENT_NAME2="JTestLTTng2"
JAVA_CP="$CURDIR:/usr/local/lib/lttng/java/liblttng-ust-jul.jar:/usr/lib/lttng/java/liblttng-ust-jul.jar"
-NUM_TESTS=139
+NUM_TESTS=124
source $TESTDIR/utils/utils.sh
local finest_tp=$1
local fire_second_tp=$2
- java -cp $JAVA_CP -Djava.library.path="/usr/local/lib:/usr/lib" $TESTAPP_NAME $NR_ITER $NR_MSEC_WAIT $finest_tp $fire_second_tp >/dev/null 2>&1 &
+ java -cp $JAVA_CP -Djava.library.path="/usr/local/lib:/usr/lib" $TESTAPP_NAME $NR_ITER $NR_MSEC_WAIT $finest_tp $fire_second_tp >/dev/null 2>&1
}
-function wait_apps
+function run_app_background
{
- while [ -n "$(pidof java)" ]; do
- sleep 0.5
- done
- pass "Wait for applications to end"
+ run_app $@ &
}
function enable_jul_loglevel_only()
enable_jul_lttng_event $SESSION_NAME $EVENT_NAME
# Run 5 times with a 1 second delay
- run_app
+ run_app_background
start_lttng_tracing $SESSION_NAME
- wait_apps
+ # Wait for the applications started in background
+ wait ${!}
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay
run_app
- wait_apps
-
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay
run_app
- wait_apps
-
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay
run_app
- wait_apps
-
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay
run_app
- wait_apps
-
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay and fire two TP.
run_app 1
- wait_apps
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay and fire two TP.
run_app 1
- wait_apps
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay and fire second TP.
run_app 1 1
- wait_apps
stop_lttng_tracing $SESSION_NAME-1
stop_lttng_tracing $SESSION_NAME-2
# Run 5 times with a 1 second delay and fire second TP.
run_app 0 1
- wait_apps
stop_lttng_tracing $SESSION_NAME-1
stop_lttng_tracing $SESSION_NAME-2
# Run 5 times with a 1 second delay and fire second TP.
run_app 0 1
- wait_apps
stop_lttng_tracing $SESSION_NAME-1
stop_lttng_tracing $SESSION_NAME-2
start_lttng_tracing $SESSION_NAME
# Run 5 times with a 1 second delay
- run_app 0 1
+ run_app_background 0 1
sleep 1
enable_jul_lttng_event $SESSION_NAME $EVENT_NAME2
start_lttng_tracing $SESSION_NAME
- wait_apps
+ # Wait for the applications started in background
+ wait ${!}
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay and fire second TP.
run_app 0 1
- wait_apps
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay, fire finest and second TP.
run_app 1 1
- wait_apps
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay and fire second TP.
run_app 0 1
- wait_apps
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME
# Run 5 times with a 1 second delay and fire second TP.
run_app 0 1
- wait_apps
stop_lttng_tracing $SESSION_NAME
destroy_lttng_session $SESSION_NAME