Tests: add a local size-based rotation test in per-uid buffering mode
[lttng-tools.git] / tests / utils / utils.sh
index 2752b0f7a76c84eec8ad2f70db5c9340c7162022..18b673b11452491bc3946abda5aa0225d53be587 100644 (file)
@@ -2265,9 +2265,9 @@ function lttng_enable_rotation_size ()
        ret=$?
        if [[ $expected_to_fail -eq "1" ]]; then
                test "$ret" -ne "0"
-               ok $? "Expected fail on rotate session $sess_name"
+               ok $? "Expected to fail to set a periodic rotation of session $sess_name" "every " $size " bytes"
        else
-               ok $ret "Rotate session $sess_name"
+               ok $ret "Set a scheduled rotation of session $sess_name" "every " $size " bytes"
        fi
 }
 
This page took 0.022701 seconds and 4 git commands to generate.