sessiond: split event notifier error counter CLI options
[lttng-tools.git] / tests / regression / tools / notification / test_notification_notifier_discarded_count
index 36fc5c3392e06fdbb48a61ccd01a163d54073bf6..b0fce8aa8d59f722a469d6d08cb6fd6c7ffdd374 100755 (executable)
@@ -120,7 +120,7 @@ function test_kernel_notifier_discarded_count
 
 function test_kernel_notifier_discarded_count_max_bucket
 {
 
 function test_kernel_notifier_discarded_count_max_bucket
 {
-       start_lttng_sessiond "" "--event-notifier-error-number-of-bucket=3"
+       start_lttng_sessiond "" "--event-notifier-error-buffer-size-kernel=3"
 
        diag "Kernel event notifer error counter bucket limit"
        for i in $(seq 3); do
 
        diag "Kernel event notifer error counter bucket limit"
        for i in $(seq 3); do
@@ -239,7 +239,7 @@ function test_ust_notifier_discarded_count
 }
 function test_ust_notifier_discarded_count_max_bucket
 {
 }
 function test_ust_notifier_discarded_count_max_bucket
 {
-       start_lttng_sessiond "" "--event-notifier-error-number-of-bucket=3"
+       start_lttng_sessiond "" "--event-notifier-error-buffer-size-userspace=3"
 
        diag "UST event notifer error counter bucket limit"
        for i in $(seq 3); do
 
        diag "UST event notifer error counter bucket limit"
        for i in $(seq 3); do
This page took 0.023424 seconds and 4 git commands to generate.