30 lines
975 B
TOML
30 lines
975 B
TOML
[configuration]
|
|
tenantModes = ['disabled'] # do not support tenant
|
|
encryptModes = ['disabled'] # do not support encryption
|
|
# Require at least double redundancy. With single storage replication, a rapid
|
|
# recovery-generation handoff during initial database bring-up can orphan the
|
|
# sole (not-yet-durable) seed storage server via PeekPoppedTLogData, leaving the
|
|
# database permanently without storage servers and timing out the starting
|
|
# configuration. Extra replicas keep the database available across that handoff.
|
|
minimumReplication = 2
|
|
|
|
[[knobs]]
|
|
enable_read_lock_on_range = true
|
|
enable_version_vector = false
|
|
enable_version_vector_tlog_unicast = false
|
|
enable_version_vector_reply_recovery = false
|
|
|
|
[[test]]
|
|
testTitle = 'RangeLockCycle'
|
|
|
|
[[test.workload]]
|
|
testName = "Cycle"
|
|
nodeCount = 30000
|
|
transactionsPerSecond = 1000.0
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomRangeLock'
|
|
maxStartDelay = 1.0
|
|
maxLockDuration = 30.0
|