X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Ftest_notification;h=421abe0ee63294bcc8a54a193be5fc1f79d9f533;hp=48a5a16cb3364c71793444f06ce1de3f294e7e64;hb=63f1709b6e76d5158720512fb06c8b78b3c954b9;hpb=b6025e9476332b75eb8184345c3eb3e924780088 diff --git a/tests/regression/tools/notification/test_notification b/tests/regression/tools/notification/test_notification index 48a5a16cb..421abe0ee 100755 --- a/tests/regression/tools/notification/test_notification +++ b/tests/regression/tools/notification/test_notification @@ -36,6 +36,7 @@ CHANNEL_NAME="my_ust_channel" EVENT_NAME="tp:tptest" TRACE_PATH=$(mktemp -d) +PAGE_SIZE=$(getconf PAGE_SIZE) DIR=$(readlink -f $TESTDIR) @@ -50,7 +51,7 @@ start_lttng_sessiond_notap create_lttng_session_notap $SESSION_NAME $TRACE_PATH -enable_ust_lttng_channel_notap $SESSION_NAME $CHANNEL_NAME --subbuf-size=4096 +enable_ust_lttng_channel_notap $SESSION_NAME $CHANNEL_NAME --subbuf-size=$PAGE_SIZE enable_ust_lttng_event_notap $SESSION_NAME $EVENT_NAME $CHANNEL_NAME #This is needed since the testpoint create a pipe with the consumer type suffixed