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

test_runner: use immediate shutdown in test_sharded_ingest #9984

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

erikgrinaker
Copy link
Contributor

Problem

test_sharded_ingest ingests a lot of data, which can cause shutdown to be slow e.g. due to local "S3 uploads" or compactions. This can cause test flakes during teardown.

Resolves #9740.

Summary of changes

Perform an immediate shutdown of the cluster.

@erikgrinaker erikgrinaker requested review from a team and VladLazar and removed request for a team December 3, 2024 11:12
Copy link

github-actions bot commented Dec 3, 2024

7018 tests run: 6710 passed, 0 failed, 308 skipped (full report)


Flaky tests (3)

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 30.7% (8260 of 26883 functions)
  • lines: 47.7% (65176 of 136496 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
8c46fa6 at 2024-12-03T12:19:32.565Z :recycle:

@erikgrinaker erikgrinaker added this pull request to the merge queue Dec 3, 2024
Merged via the queue into main with commit bbe4dfa Dec 3, 2024
82 checks passed
@erikgrinaker erikgrinaker deleted the erik/sharded-ingest-shutdown branch December 3, 2024 14:35
awarus pushed a commit that referenced this pull request Dec 5, 2024
## Problem

`test_sharded_ingest` ingests a lot of data, which can cause shutdown to
be slow e.g. due to local "S3 uploads" or compactions. This can cause
test flakes during teardown.

Resolves #9740.

## Summary of changes

Perform an immediate shutdown of the cluster.
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.

test_sharded_ingest timeouts during pageserver shutdown
2 participants