X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ftracefile-limits%2Ftest_tracefile_count;h=6ada8580f0c575f29927ea4219733201bdca5fa0;hb=e0bd0ea37926566b1518e894f624d78e9526337f;hp=8e2747afabe57baf1f467173427251cae0e8c7ae;hpb=96340a015194538227efcbc654ec02c2ed9961ce;p=lttng-tools.git diff --git a/tests/regression/tools/tracefile-limits/test_tracefile_count b/tests/regression/tools/tracefile-limits/test_tracefile_count index 8e2747afa..6ada8580f 100755 --- a/tests/regression/tools/tracefile-limits/test_tracefile_count +++ b/tests/regression/tools/tracefile-limits/test_tracefile_count @@ -28,6 +28,7 @@ STATS_BIN="$TESTDIR/utils/babelstats.pl" NUM_TESTS=74 NUM_CPUS=`nproc` +PAGE_SIZE=$(getconf PAGE_SIZE) source $TESTDIR/utils/utils.sh @@ -47,7 +48,7 @@ function enable_lttng_channel_count_limit () $TESTDIR/../src/bin/lttng/$LTTNG_BIN enable-channel \ -u $channel_name -s $sess_name \ - -C 4096 -W $tracefile_count_limit \ + -C $(($PAGE_SIZE*3)) -W $tracefile_count_limit \ --overwrite >/dev/null 2>&1 ok $? "$test_name" @@ -103,7 +104,7 @@ function test_tracefile_count_limit () session_name=$(randstring 16 0) channel_name="channel" event_name="tp:tptest" - num_iter=1000 + num_iter=100000 expected_max=$(($num_iter - 1)) diag "Test tracefile count limit : $count_limit tracefiles" @@ -122,7 +123,7 @@ function test_tracefile_count_limit () stop_lttng_tracing_ok $session_name - destroy_lttng_session $session_name + destroy_lttng_session_ok $session_name # Validate tracing dir