mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-03 19:42:55 +00:00
feat(pageserver): enable reldirv2 by default in regress tests
Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
@@ -1312,8 +1312,8 @@ class NeonEnv:
|
||||
)
|
||||
|
||||
tenant_config = ps_cfg.setdefault("tenant_config", {})
|
||||
# This feature is pending rollout.
|
||||
# tenant_config["rel_size_v2_enabled"] = True
|
||||
# Enable relsize_v2 by default in tests.
|
||||
tenant_config["rel_size_v2_enabled"] = True
|
||||
|
||||
# Test authors tend to forget about the default 10min initial lease deadline
|
||||
# when writing tests, which turns their immediate gc requests via mgmt API
|
||||
|
||||
Reference in New Issue
Block a user