Skip to content

Commit

Permalink
ensure compaction gets scheduled for the workload
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <[email protected]>
  • Loading branch information
skyzh committed Nov 26, 2024
1 parent 6a8e825 commit 7bc2b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_runner/regress/test_compaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_pageserver_compaction_smoke(neon_env_builder: NeonEnvBuilder, wal_recei
assert non_vectored_average < 8
assert vectored_average < 8


@skip_in_debug_build("only run with release build")
def test_pageserver_gc_compaction_smoke(neon_env_builder: NeonEnvBuilder):
SMOKE_CONF = {
# Run both gc and gc-compaction.
Expand All @@ -130,8 +130,8 @@ def test_pageserver_gc_compaction_smoke(neon_env_builder: NeonEnvBuilder):
tenant_id = env.initial_tenant
timeline_id = env.initial_timeline

row_count = 1000
churn_rounds = 20
row_count = 10000
churn_rounds = 50

ps_http = env.pageserver.http_client()

Expand Down

0 comments on commit 7bc2b34

Please sign in to comment.