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 c77f1f2 commit 302884eCopy full SHA for 302884e
test_runner/regress/test_compaction.py
@@ -1110,12 +1110,6 @@ def test_image_consistent_lsn(neon_env_builder: NeonEnvBuilder):
1110
initial_tenant_shard_stripe_size=1,
1111
)
1112
1113
- # This test has a small checkpoint distance, and during relv2 migration we will create a large delta layer.
1114
- # Maybe we need to apply this allowance to all tests?
1115
- env.pageserver.allowed_errors.append(
1116
- ".*created delta file of size.*larger than double of target.*"
1117
- )
1118
-
1119
tenant_id = env.initial_tenant
1120
timeline_id = env.initial_timeline
1121
0 commit comments