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

safekeeper: make --partial-backup-timeout respect min. #9715

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

Conversation

arssher
Copy link
Contributor

@arssher arssher commented Nov 11, 2024

We added jitter to --partial-backup-timeout and --eviction-min-resident values by taking rand of them. To respect the min value semantics of these use n + rand(n) instead.

@arssher arssher requested a review from a team as a code owner November 11, 2024 15:40
Copy link

github-actions bot commented Nov 11, 2024

5382 tests run: 5162 passed, 0 failed, 220 skipped (full report)


Flaky tests (2)

Postgres 17

Postgres 15

Code coverage* (full report)

  • functions: 31.8% (7883 of 24825 functions)
  • lines: 49.5% (62425 of 126234 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
b669e21 at 2024-11-12T09:13:12.205Z :recycle:

We added jitter to --partial-backup-timeout and --eviction-min-resident
values by taking rand of them. To respect the min value semantics of
these use n + rand(n) instead.
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.

1 participant