17 lines
353 B
TOML
17 lines
353 B
TOML
[configuration]
|
|
allowDefaultTenant = false
|
|
allowDisablingTenants = false
|
|
allowCreatingTenants = false
|
|
extraDatabaseMode = 'Single'
|
|
|
|
[[test]]
|
|
testTitle = 'TenantManagementConcurrencyTest'
|
|
clearAfterTest = true
|
|
timeout = 2100
|
|
runSetup = true
|
|
|
|
[[test.workload]]
|
|
testName = 'TenantManagementConcurrency'
|
|
maxTenants = 100
|
|
testDuration = 120
|