Skip to content

Commit 62327f1

Browse files
committed
PSTRESS-162: Improve pstress-run-rocksdb*.conf files
1 parent 240dc0a commit 62327f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pstress/pstress-run-rocksdb-asan.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BASEDIR=/data/mysql-server/percona-8.0-deb-gcc14-rocks-asan-install
2020
################################################################################
2121
#DYNAMIC_QUERY_PARAMETER="--tables 10 --records 100 --log-all-queries"
2222
#DYNAMIC_QUERY_PARAMETER="--no-partition-tables --tables 16 --records 1000 --log-all-queries"
23-
DYNAMIC_QUERY_PARAMETER="--tables 16 --records 1000 --log-all-queries"
23+
DYNAMIC_QUERY_PARAMETER="--row-format=none --tables 16 --records 1000 --log-all-queries"
2424

2525
GDB_MODE=0
2626
LIBASAN_SO=$(ldconfig -p | grep libasan.so | sort -V | tail -1 | awk '{print $NF}')
@@ -106,7 +106,7 @@ STORE_COPY_OF_INFILE=0
106106
# x sec max trial runtime within which pstress tries to process #
107107
# QUERIES_PER_THREAD x THREADS queries against 1 mysqld #
108108
################################################################################
109-
PSTRESS_RUN_TIMEOUT=60
109+
PSTRESS_RUN_TIMEOUT=120
110110

111111
################################################################################
112112
# x sec incremented in each trial. The first trial will run for #

pstress/pstress-run-rocksdb.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PSTRESS_BIN=${SCRIPT_PWD}/../src/pstress-ps
2121
# executed. Default options added. #
2222
# Please modify the parameters as per needs before starting the runs. #
2323
################################################################################
24-
DYNAMIC_QUERY_PARAMETER="--tables 10 --records 100 --log-all-queries"
24+
DYNAMIC_QUERY_PARAMETER="--row-format=none --tables 10 --records 100 --log-all-queries"
2525

2626
################################################################################
2727
# Empty seed implies Random seed number (6 digit no.) will be chosen by driver #

0 commit comments

Comments
 (0)