1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-02 11:15:50 +08:00
2024-07-23 14:57:28 -07:00

27 lines
1.1 KiB
TOML

[configuration]
config = 'triple'
storageEngineType = 5
processesPerMachine = 2
coordinators = 3
machineCount = 40
generateFearless = false # disable remote DC. TODO(BulkLoad): remove this after SimulatedCluster has been fixed
tenantModes = ['disabled'] # BulkLoading test injects SST files with raw bytes. Therefore, disable tenant
[[knobs]]
# This knob is commented out since the knob override is done *after* the simulation system is set up. However,
# this is not going to completely work:
# The purpose of setting the knob to true was to enable the shard rocksdb storage engine
# The shard rocksdb storage engine is set up before this knob is overridden
# The temporary fix is that in SimulatedCluster.cpp:simulationSetupAndRun, we are doing one additional check
# so for this BulkLoading test, the shard RocksDB storage engine is always turned on.
shard_encode_location_metadata = true
dd_physical_shard_move_probability = 1.0
desired_teams_per_server = 10
[[test]]
testTitle = 'BulkLoadingWorkload'
useDB = true
[[test.workload]]
testName = 'BulkLoadingWorkload'