Properly store the branch name mappings

This commit is contained in:
Kirill Bulatov
2022-02-24 23:28:30 +02:00
committed by Kirill Bulatov
parent c7569dce47
commit 7b5482bac0
10 changed files with 158 additions and 90 deletions

View File

@@ -39,7 +39,7 @@ def test_bulk_tenant_create(
# wa_factory.start_n_new(3)
pg_tenant = env.postgres.create_start(
f'test_bulk_tenant_create_{tenants_count}_{i}_{use_wal_acceptors}', tenant)
f'test_bulk_tenant_create_{tenants_count}_{i}_{use_wal_acceptors}', tenant_id=tenant)
end = timeit.default_timer()
time_slices.append(end - start)