We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29aa68a commit a9cd275Copy full SHA for a9cd275
tests/loopback_cluster/run_custom_cluster.sh
@@ -9,7 +9,7 @@ STATELESS_COUNT=4
9
REPLICATION_COUNT=1
10
LOGS_COUNT=8
11
STORAGE_COUNT=16
12
-KNOBS=""
+KNOBS=
13
LOGS_TASKSET=""
14
STATELESS_TASKSET=""
15
STORAGE_TASKSET=""
@@ -52,7 +52,7 @@ function start_servers {
52
fi
53
local port=$(( PORT_PREFIX + SERVER_COUNT ))
54
local zone="${4}-Z-$(( j % REPLICATION_COUNT ))"
55
- ${2} "${FDB}" -p auto:"${port}" "${KNOBS}" -c "${3}" \
+ ${2} "${FDB}" -p auto:"${port}" ${KNOBS:+"$KNOBS"} -c "${3}" \
56
-d "${datadir}" -L "${logdir}" -C "${CLUSTER}" \
57
--datacenter_id="${4}" \
58
--locality-zoneid "${zone}" \
0 commit comments