10000 Ensure the cluster process is dead in tests by AndersAstrand · Pull Request #350 · percona/postgres · GitHub
[go: up one dir, main page]

Skip to content

Ensure the cluster process is dead in tests #350

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

Merged

Conversation

AndersAstrand
Copy link
Collaborator

Sometimes kill -9 might take a bit longer than what it takes for us to restart the server. Wait for the process to actually die before continuing.

This is to fix the CI failures these tests often had.

I have now slept on this and isn't as annoyed as I was yesterday 😆 . I think this is the better solution.

Replaces #348 and #349

Sometimes kill -9 might take a bit longer than what it takes for us to
restart the server. Wait for the process to actually die before
continuing.

This is to fix the CI failures these tests often had.
@AndersAstrand AndersAstrand force-pushed the tde/kill-until-dead branch from 567229f to 3553dde Compare May 20, 2025 07:38
@codecov-commenter
Copy link
codecov-commenter commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.49%. Comparing base (2d944d5) to head (3553dde).

❌ Your project status has failed because the head coverage (80.49%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                Coverage Diff                 @@
##           TDE_REL_17_STABLE     #350   +/-   ##
==================================================
  Coverage              80.49%   80.49%           
==================================================
  Files                     22       22           
  Lines                   2604     2604           
  Branches                 398      398           
==================================================
  Hits                    2096     2096           
  Misses                   430      430           
  Partials                  78       78           
Components Coverage Δ
access 82.95% <ø> (ø)
catalog 87.55% <ø> (ø)
common 91.80% <ø> (ø)
encryption 75.47% <ø> (ø)
keyring 72.00% <ø> (ø)
src 66.74% <ø> (ø)
smgr 97.27% <ø> (ø)
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AndersAstrand AndersAstrand merged commit b2876f6 into percona:TDE_REL_17_STABLE May 20, 2025
27 checks passed
@AndersAstrand AndersAstrand deleted the tde/kill-until-dead branch May 20, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
6423
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0