-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test ingest_benchmark with different stripe size and also PostgreSQL …
…version 17 (#10510) We want to verify if pageserver stripe size has an impact on ingest performance. We want to verify if ingest performance has improved or regressed with postgres version 17. ## Summary of changes - Allow to create new project with different postgres versions - allow to pre-shard new project with different stripe sizes instead of relying on storage manager to shard_split the project once a threshold is exceeded Replaces #10509 Test run https://github.com/neondatabase/neon/actions/runs/12986410381
- Loading branch information
1 parent
d73f4a6
commit c8fbbb9
Showing
2 changed files
with
75 additions
and
6 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
c8fbbb9
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.
7554 tests run: 7190 passed, 1 failed, 363 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64-with-lfcFlaky tests (10)
Postgres 17
test_pageserver_gc_compaction_smoke[no_branches]
: release-arm64-with-lfctest_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: debug-x86-64-without-lfc, release-arm64-without-lfc, release-arm64-with-lfctest_pgdata_import_smoke[8-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: debug-x86-64-without-lfc, release-arm64-with-lfc, release-arm64-without-lfctest_metrics_normal_work
: debug-x86-64-without-lfcPostgres 15
test_metrics_normal_work
: release-arm64-with-lfcPostgres 14
test_metrics_normal_work
: release-x86-64-with-lfcCode coverage* (full report)
functions
:33.5% (8502 of 25351 functions)
lines
:49.3% (71502 of 145087 lines)
* collected from Rust tests only
c8fbbb9 at 2025-01-28T01:33:24.848Z :recycle: