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

chore: speed up testing #8874

Merged
merged 2 commits into from
Aug 30, 2024
Merged

chore: speed up testing #8874

merged 2 commits into from
Aug 30, 2024

Conversation

conradludgate
Copy link
Contributor

@conradludgate conradludgate commented Aug 30, 2024

safekeeper::random_test test_random_schedules debug test takes over 2 minutes to run on our arm runners. Running it 6 times with pageserver settings seems redundant.

@conradludgate conradludgate marked this pull request as ready for review August 30, 2024 10:02
@conradludgate
Copy link
Contributor Author

conradludgate commented Aug 30, 2024

before:
https://github.com/neondatabase/neon/actions/runs/10616691322/job/29427779308 took 24m12s with 15m38s spent on rust tests.

after:
https://github.com/neondatabase/neon/actions/runs/10630378997/job/29469298707 took 19m24s with 9m41s spent on rust tests.

@koivunej
Copy link
Member

Clearly an oversight of re-running it so many times.

Copy link

3801 tests run: 3695 passed, 0 failed, 106 skipped (full report)


Flaky tests (1)

Postgres 16

Code coverage* (full report)

  • functions: 32.5% (7416 of 22809 functions)
  • lines: 50.6% (60043 of 118588 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
5a199e1 at 2024-08-30T10:32:25.691Z :recycle:

@conradludgate conradludgate merged commit 72aa6b0 into main Aug 30, 2024
71 checks passed
@conradludgate conradludgate deleted the speed-up-rust-tests branch August 30, 2024 10:34
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.

2 participants