Skip to content

Commit 302884e

Browse files
committed
fix again
Signed-off-by: Alex Chi Z <[email protected]>
1 parent c77f1f2 commit 302884e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test_runner/regress/test_compaction.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,12 +1110,6 @@ def test_image_consistent_lsn(neon_env_builder: NeonEnvBuilder):
11101110
initial_tenant_shard_stripe_size=1,
11111111
)
11121112

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-
11191113
tenant_id = env.initial_tenant
11201114
timeline_id = env.initial_timeline
11211115

0 commit comments

Comments
 (0)