From aa16f777c519e3d6da422e97a8f23c3702936c5f Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Wed, 25 Sep 2024 17:24:54 +0200 Subject: [PATCH] update `vtorc` flags e2e test Signed-off-by: Tim Vaillancourt --- go/flags/endtoend/vtorc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/flags/endtoend/vtorc.txt b/go/flags/endtoend/vtorc.txt index b7714068ff7..10019e979a8 100644 --- a/go/flags/endtoend/vtorc.txt +++ b/go/flags/endtoend/vtorc.txt @@ -113,4 +113,6 @@ Flags: --v Level log level for V logs -v, --version print binary version --vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging + --vtops-exec-timeout duration execution timeout for the slack vtops binary (default 15s) + --vtops-max-concurrency int max concurrency for executing the slack vtops binary (default 16) --wait-replicas-timeout duration Duration for which to wait for replica's to respond when issuing RPCs (default 30s)