We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56afee commit 0ca0bcaCopy full SHA for 0ca0bca
test_runner/fixtures/neon_fixtures.py
@@ -1312,8 +1312,8 @@ def __init__(self, config: NeonEnvBuilder):
1312
)
1313
1314
tenant_config = ps_cfg.setdefault("tenant_config", {})
1315
- # This feature is pending rollout.
1316
- # tenant_config["rel_size_v2_enabled"] = True
+ # Enable relsize_v2 by default in tests.
+ tenant_config["rel_size_v2_enabled"] = True
1317
1318
# Test authors tend to forget about the default 10min initial lease deadline
1319
# when writing tests, which turns their immediate gc requests via mgmt API
0 commit comments