-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
neon_local init
: write pageserver.toml
directly; no `pageserver -…
…-init --config-override` (#7638) This does to `neon_local` what neondatabase/infra#1322 does to our production deployment. After both are merged, there are no users of `pageserver --init` / `pageserver --config-override` left, and we can remove those flags eventually.
- Loading branch information
Showing
3 changed files
with
39 additions
and
40 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
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
02d4286
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.
3105 tests run: 2958 passed, 1 failed, 146 skipped (full report)
Failures on Postgres 14
test_storage_controller_many_tenants[github-actions-selfhosted]
: releaseFlaky tests (4)
Postgres 16
test_vm_bit_clear_on_heap_lock
: debugPostgres 15
test_vm_bit_clear_on_heap_lock
: debugPostgres 14
test_gc_aggressive
: debugtest_physical_replication
: releaseCode coverage* (full report)
functions
:31.2% (6257 of 20053 functions)
lines
:46.7% (46939 of 100601 lines)
* collected from Rust tests only
02d4286 at 2024-05-08T10:42:56.174Z :recycle: