Increase logs verbosity in scalability tests.

pull/6/head
Wojciech Tyczynski 2015-10-29 10:12:39 +01:00
parent 1ef85cd78c
commit 0fa259f329
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ case ${JOB_NAME} in
MINION_DISK_SIZE="50GB" MINION_DISK_SIZE="50GB"
NUM_MINIONS="100" NUM_MINIONS="100"
# Reduce logs verbosity # Reduce logs verbosity
TEST_CLUSTER_LOG_LEVEL="--v=1" TEST_CLUSTER_LOG_LEVEL="--v=2"
# Increase resync period to simulate production # Increase resync period to simulate production
TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h" TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
;; ;;