mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
Remove NeonEnvBuilder.start() function
It feels wrong to me to start() from the builder object. Surely the thing you start is the environment itself, not its configuration.
This commit is contained in:
committed by
Heikki Linnakangas
parent
0a363c3dce
commit
8dc069037b
@@ -84,7 +84,7 @@ def test_storage_controller_many_tenants(
|
||||
compute_reconfigure_listener.register_on_notify(lambda body: time.sleep(0.01))
|
||||
|
||||
env = neon_env_builder.init_configs()
|
||||
neon_env_builder.start()
|
||||
env.start()
|
||||
|
||||
# We will intentionally stress reconciler concurrrency, which triggers a warning when lots
|
||||
# of shards are hitting the delayed path.
|
||||
|
||||
Reference in New Issue
Block a user