Skip to content

Commit

Permalink
test_prefetch: reduce timeout to default 5m from 10m (#10105)
Browse files Browse the repository at this point in the history
## Problem

`test_prefetch` is flaky
(#9961), but if it passes,
the run time is less than 30 seconds — we don't need an extended timeout
for it.

## Summary of changes
- Remove extended test timeout for `test_prefetch`
  • Loading branch information
bayandin authored Dec 13, 2024
1 parent ce8eb08 commit 2c91062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_runner/regress/test_prefetch_buffer_resize.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


@pytest.mark.parametrize("shard_count", [None, 4])
@pytest.mark.timeout(600)
def test_prefetch(neon_env_builder: NeonEnvBuilder, shard_count: int | None):
if shard_count is not None:
neon_env_builder.num_pageservers = shard_count
Expand Down

1 comment on commit 2c91062

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6450 tests run: 6183 passed, 1 failed, 266 skipped (full report)


Failures on Postgres 17

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_pageserver_small_inmemory_layers[debug-pg17-True]"
Flaky tests (3)

Postgres 17

Postgres 16

  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-arm64

Postgres 15

  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-x86-64

Test coverage report is not available

The comment gets automatically updated with the latest test results
2c91062 at 2024-12-13T15:52:33.675Z :recycle:

Please sign in to comment.