This commit is contained in:
Nim Wijetunga 2022-07-27 13:36:55 -07:00
parent 2cd73242de
commit 6181d89767
2 changed files with 16045 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -212,7 +212,6 @@ struct TenantManagementWorkload : TestWorkload {
} else {
entry.encrypted = deterministicRandom()->coinflip();
}
tenantsToCreate[tenant] = entry;
if (self->createdTenants.count(tenant)) {
alreadyExists = true;