Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github: reduce test execution concurrency (8) #10115

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcsp
Copy link
Collaborator

@jcsp jcsp commented Dec 12, 2024

Problem

Test nodes are overloaded. We have seen various tests become unstable, and in some cases this has led to proposals to use really huge timeouts (#9924) when something as simple as starting a pageserver has been seen to take longer than 10s.

Summary of changes

  • Reduce test concurrency from 12 to 8.

Copy link

7740 tests run: 7408 passed, 1 failed, 331 skipped (full report)


Failures on Postgres 17

  • test_pageserver_small_inmemory_layers[False]: debug-x86-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_pageserver_small_inmemory_layers[debug-pg17-False]"
Flaky tests (2)

Postgres 17

Test coverage report is not available

The comment gets automatically updated with the latest test results
fb3b486 at 2024-12-12T15:12:43.547Z :recycle:

@jcsp jcsp changed the title .github: reduce test execution concurrency .github: reduce test execution concurrency (8) Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant