Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions pstress/pstress-run-80.conf
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,35 @@ GR_CLUSTER_CONFIG=${SCRIPT_PWD}/pstress-cluster-run.cfg
# Use RR_MODE=2 to enable rr and store rr data inside pstress step directory #
################################################################################
RR_MODE=0

################################################################################
# Set to 1 to enable SQL file execution mode (default: 0) #
################################################################################
EXECUTE_SQL_FILES_MODE=0

################################################################################
# Step number to execute (required when EXECUTE_SQL_FILES_MODE=1) #
################################################################################
SQL_FILES_STEP_NUM=

################################################################################
# Number of times to execute the SQL files (default: 1) #
################################################################################
SQL_FILES_NUMBER_OF_TIMES=

################################################################################
# Timeout in seconds for SQL file execution (default: 60) #
################################################################################
SQL_FILES_TIMEOUT=

################################################################################
# Set to 1 to kill and restart server after SQL_FILES_TIMEOUT seconds post #
# triggereing the SQL file/s execution. (default: 0) #
################################################################################
SQL_FILES_KILL_AND_RESTART_SERVER=

################################################################################
# Directory containing SQL files organized by step number #
# (default: ${HOME}/pstress_sql_files) #
################################################################################
SQL_FILES_DIR=
32 changes: 32 additions & 0 deletions pstress/pstress-run-PXC80.conf
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,35 @@ PXC_WSREP_PROVIDER_MAX_NR_OF_RND_OPTS_TO_ADD=2
# Use RR_MODE=2 to enable rr and store rr data inside pstress step directory #
################################################################################
RR_MODE=0

################################################################################
# Set to 1 to enable SQL file execution mode (default: 0) #
################################################################################
EXECUTE_SQL_FILES_MODE=0

################################################################################
# Step number to execute (required when EXECUTE_SQL_FILES_MODE=1) #
################################################################################
SQL_FILES_STEP_NUM=

################################################################################
# Number of times to execute the SQL files (default: 1) #
################################################################################
SQL_FILES_NUMBER_OF_TIMES=

################################################################################
# Timeout in seconds for SQL file execution (default: 60) #
################################################################################
SQL_FILES_TIMEOUT=

################################################################################
# Set to 1 to kill and restart server after SQL_FILES_TIMEOUT seconds post #
# triggereing the SQL file/s execution. (default: 0) #
################################################################################
SQL_FILES_KILL_AND_RESTART_SERVER=

################################################################################
# Directory containing SQL files organized by step number #
# (default: ${HOME}/pstress_sql_files) #
################################################################################
SQL_FILES_DIR=
Loading