X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fstreaming%2Ftest_high_throughput_limits;fp=tests%2Fregression%2Ftools%2Fstreaming%2Ftest_high_throughput_limits;h=8ed2ce53c8b85651fe77dacbdf55616aa6ac5caa;hp=b2c8864cafc6c0d70a8f1d2727fd271748f9b255;hb=5dca3876619568b5c08af5f0e49560ef618eae2f;hpb=d00b982bd5afb45511b9ca6e0a94e7b148518705 diff --git a/tests/regression/tools/streaming/test_high_throughput_limits b/tests/regression/tools/streaming/test_high_throughput_limits index b2c8864ca..8ed2ce53c 100755 --- a/tests/regression/tools/streaming/test_high_throughput_limits +++ b/tests/regression/tools/streaming/test_high_throughput_limits @@ -33,7 +33,7 @@ DEFAULT_IF="lo" TRACE_PATH=$(mktemp -d) -NUM_TESTS=112 +NUM_TESTS=104 source $TESTDIR/utils/utils.sh @@ -95,14 +95,6 @@ function run_apps done } -function wait_apps -{ - while [ -n "$(pidof $TESTAPP_NAME)" ]; do - sleep 1 - done - pass "Wait for applications to end" -} - function test_high_throughput { NETWORK_URI="net://localhost" @@ -110,7 +102,9 @@ function test_high_throughput enable_ust_lttng_event $SESSION_NAME $EVENT_NAME start_lttng_tracing $SESSION_NAME run_apps - wait_apps + diag "Waiting for applications to end" + wait + pass "waiting done" stop_lttng_tracing $SESSION_NAME destroy_lttng_session $SESSION_NAME validate_event_count