Remove storage engine type from DataLossRecovery test. (#11656)

Co-authored-by: He Liu <heliu@Hes-MacBook-Pro-2.local>
This commit is contained in:
He Liu 2024-09-16 17:30:50 -07:00 committed by GitHub
parent 5c2734d811
commit f738426571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -10119,6 +10119,9 @@ void changeServerKeysWithPhysicalShards(StorageServer* data,
.detail("Version", cVer);
newEmptyRanges.push_back(range);
updatedShards.emplace_back(range, cVer, desiredId, desiredId, StorageServerShard::ReadWrite);
if (data->physicalShards.find(desiredId) == data->physicalShards.end()) {
data->pendingAddRanges[cVer].emplace_back(desiredId, range);
}
} else if (!nowAssigned) {
if (dataAvailable) {
ASSERT(data->newestAvailableVersion[range.begin] ==

View File

@ -1,7 +1,6 @@
[configuration]
generateFearless = false
config = 'triple'
storageEngineType = 0
processesPerMachine = 2
coordinators = 3
machineCount = 45