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

refactor(pageserver): use tokio::signal instead of spawn_blocking #7332

Merged
merged 2 commits into from Apr 8, 2024

Conversation

problame
Copy link
Contributor

@problame problame commented Apr 5, 2024

It's just unnecessary to use spawn_blocking there, and with #7331 , it will result in really just one executor thread when enabling one-runtime with current_thread executor.

(I suspect something about shutdown signalling is the
root cause for the failure of test_lazy_attach_activation in CI which I
can't reproduce locally)
@problame problame requested a review from a team as a code owner April 5, 2024 18:25
@problame problame requested a review from jcsp April 5, 2024 18:25
@problame problame self-assigned this Apr 5, 2024
@problame problame requested review from koivunej and removed request for jcsp April 5, 2024 18:33
Copy link

github-actions bot commented Apr 5, 2024

2778 tests run: 2654 passed, 0 failed, 124 skipped (full report)


Flaky tests (3)

Postgres 14

  • test_deletion_queue_recovery[no-validate-keep]: debug
  • test_deletion_queue_recovery[validate-keep]: release
  • test_timeline_size_quota_on_startup: release

Code coverage* (full report)

  • functions: 28.0% (6405 of 22856 functions)
  • lines: 46.9% (45081 of 96213 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
6738527 at 2024-04-08T09:50:14.403Z :recycle:

@problame problame enabled auto-merge (squash) April 8, 2024 09:25
@problame problame merged commit 2d3c9f0 into main Apr 8, 2024
52 of 53 checks passed
@problame problame deleted the problame/salvage-improved-signal-handling branch April 8, 2024 09:35
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.

None yet

3 participants