mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Disable enable_version_vector_reply_recovery in version vector tests. (#12032)
Co-authored-by: Dan Lambright <hlambright@apple.com>
This commit is contained in:
@@ -20,6 +20,7 @@ enable_read_lock_on_range = true
|
||||
# Do not support version vector
|
||||
enable_version_vector = false
|
||||
enable_version_vector_tlog_unicast = false
|
||||
enable_version_vector_reply_recovery = false
|
||||
|
||||
# Set high enough sample rate to test bytes sampling
|
||||
min_byte_sampling_probability = 0.5
|
||||
|
||||
@@ -20,6 +20,7 @@ enable_read_lock_on_range = true
|
||||
# Do not support version vector
|
||||
enable_version_vector = false
|
||||
enable_version_vector_tlog_unicast = false
|
||||
enable_version_vector_reply_recovery = false
|
||||
|
||||
# Set high enough sample rate to test bytes sampling
|
||||
min_byte_sampling_probability = 0.5
|
||||
|
||||
@@ -6,6 +6,7 @@ encryptModes = ['disabled'] # do not support encryption
|
||||
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'
|
||||
|
||||
@@ -7,6 +7,7 @@ enable_read_lock_on_range = true
|
||||
transaction_lock_rejection_retriable = false
|
||||
enable_version_vector = false
|
||||
enable_version_vector_tlog_unicast = false
|
||||
enable_version_vector_reply_recovery = false
|
||||
|
||||
[[test]]
|
||||
testTitle = 'RangeLocking'
|
||||
|
||||
@@ -7,6 +7,7 @@ allowCreatingTenants = false
|
||||
proxy_use_resolver_private_mutations = false
|
||||
enable_version_vector = false
|
||||
enable_version_vector_tlog_unicast = false
|
||||
enable_version_vector_reply_recovery = false
|
||||
|
||||
[[test]]
|
||||
testTitle = 'RawTenantAccessClean'
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
[[knobs]]
|
||||
enable_version_vector = false
|
||||
enable_version_vector_tlog_unicast = false
|
||||
enable_version_vector_reply_recovery = false
|
||||
|
||||
max_read_transaction_life_versions = 1000000
|
||||
max_write_transaction_life_versions = 1000000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user