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

Stop postgres in immediate mode in VM image. #6763

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

Conversation

arssher
Copy link
Contributor

@arssher arssher commented Feb 14, 2024

PR #6712 might add a delay in graceful shutdown without change to compute -> sk protocol to force sync of control file on safekeeper to persist commit_lsn, so use 'immediate' mode instead; 'fast' one isn't useful for neon anyway.

PR #6712 might add a delay in graceful shutdown without change to compute -> sk
protocol to force sync of control file on safekeeper to persist commit_lsn, so
use 'immediate' mode instead; 'fast' one isn't useful for neon anyway.
Copy link

2436 tests run: 2319 passed, 0 failed, 117 skipped (full report)


Flaky tests (2)

Postgres 16

  • test_create_snapshot: debug

Postgres 15

  • test_create_snapshot: debug

Test coverage report is not available

The comment gets automatically updated with the latest test results
bce8d4b at 2024-02-14T17:38:58.487Z :recycle:

@bayandin
Copy link
Member

I've noticed that we also use fast mode in tests by default:

def stop(self, mode: str = "fast") -> "Endpoint":

Should we change it to immediate as well?

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

2 participants