mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Run BulkDumpingS3 tests with 3 replicas instead of 1 (#12609)
Co-authored-by: stack <stack@duboce.com>
This commit is contained in:
@@ -12,7 +12,7 @@ simpleConfig = false
|
||||
minimumRegions = 1
|
||||
# Use ssd-2 storage engine instead of rocksdb to avoid RocksDB bulk loading crashes
|
||||
# The RocksDB assertion failure indicates incompatibility with current bulk loading implementation
|
||||
config = "single usable_regions=1 storage_engine=ssd-2 perpetual_storage_wiggle=0 commit_proxies=3 grv_proxies=3 resolvers=3 logs=3"
|
||||
config = "triple usable_regions=1 storage_engine=ssd-2 perpetual_storage_wiggle=0 commit_proxies=3 grv_proxies=3 resolvers=3 logs=3"
|
||||
|
||||
# Disable all fault injection and network failures
|
||||
# buggify = false now controls ALL fault injection systems (BUGGIFY, failure workloads, AND global fault injection)
|
||||
|
||||
@@ -37,7 +37,7 @@ simpleConfig = false
|
||||
minimumRegions = 1
|
||||
# Use ssd-2 storage engine instead of rocksdb to avoid RocksDB bulk loading crashes
|
||||
# The RocksDB assertion failure indicates incompatibility with current bulk loading implementation
|
||||
config = "single usable_regions=1 storage_engine=ssd-2 perpetual_storage_wiggle=0 commit_proxies=3 grv_proxies=3 resolvers=3 logs=3"
|
||||
config = "triple usable_regions=1 storage_engine=ssd-2 perpetual_storage_wiggle=0 commit_proxies=3 grv_proxies=3 resolvers=3 logs=3"
|
||||
|
||||
# Disable all fault injection and network failures
|
||||
# buggify = false now controls ALL fault injection systems (BUGGIFY, failure workloads, AND global fault injection)
|
||||
|
||||
Reference in New Issue
Block a user