Merge branch 'main' into encrypt_build

This commit is contained in:
Yi Wu 2023-02-14 14:55:20 -08:00
commit e29fe81b14
1 changed files with 1 additions and 0 deletions

View File

@ -800,6 +800,7 @@ struct TenantManagementWorkload : TestWorkload {
if (!endTenant.present()) {
tenants[beginTenant] = anyExists ? itr->second.tenant->id() : TenantInfo::INVALID_TENANT;
} else if (endTenant.present()) {
anyExists = false;
for (auto itr = self->createdTenants.lower_bound(beginTenant);
itr != self->createdTenants.end() && itr->first < endTenant.get();
++itr) {