Skip to content

Commit 0ca0bca

Browse files
committed
feat(pageserver): enable reldirv2 by default in regress tests
Signed-off-by: Alex Chi Z <[email protected]>
1 parent a56afee commit 0ca0bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_runner/fixtures/neon_fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,8 +1312,8 @@ def __init__(self, config: NeonEnvBuilder):
13121312
)
13131313

13141314
tenant_config = ps_cfg.setdefault("tenant_config", {})
1315-
# This feature is pending rollout.
1316-
# tenant_config["rel_size_v2_enabled"] = True
1315+
# Enable relsize_v2 by default in tests.
1316+
tenant_config["rel_size_v2_enabled"] = True
13171317

13181318
# Test authors tend to forget about the default 10min initial lease deadline
13191319
# when writing tests, which turns their immediate gc requests via mgmt API

0 commit comments

Comments
 (0)