-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(testing): Use 1 MB shared_buffers even with LFC (#9969)
## Problem After enabling LFC in tests and lowering `shared_buffers` we started having more problems with `test_pg_regress`. ## Summary of changes Set `shared_buffers` to 1MB to both exercise getPage requests/LFC, and still have enough room for Postgres to operate. Everything smaller might be not enough for Postgres under load, and can cause errors like 'no unpinned buffers available'. See Konstantin's comment [1] as well. Fixes #9956 [1]: #9956 (comment)
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2e9207f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7144 tests run: 6826 passed, 0 failed, 318 skipped (full report)
Flaky tests (3)
Postgres 17
test_readonly_node_gc
: debug-x86-64test_storage_controller_smoke[combination_onnnn]
: debug-x86-64Postgres 16
test_prefetch[None]
: release-arm64Code coverage* (full report)
functions
:30.7% (8262 of 26881 functions)
lines
:47.8% (65200 of 136467 lines)
* collected from Rust tests only
2e9207f at 2024-12-02T20:41:34.886Z :recycle: