Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Benchmarking tests: automatically restore Neon reuse databases, too a…
…nd migrate to pg16 (#8707) ## Problem We use a set of **Neon** reuse databases in benchmarking.yml which are still using pg14. Because we want to compare apples to apples and have migrated the AWS reuse clusters to pg16 we should also use pg16 for Neon. ## Summary of changes - Automatically restore the test databases for Neon project
- Loading branch information
9d22763
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.
2204 tests run: 2124 passed, 1 failed, 79 skipped (full report)
Failures on Postgres 14
test_heavy_write_workload[neon_off-github-actions-selfhosted-10-5-5]
: releaseFlaky tests (1)
Postgres 16
test_layer_bloating
: debugCode coverage* (full report)
functions
:32.4% (7165 of 22122 functions)
lines
:50.4% (57924 of 114945 lines)
* collected from Rust tests only
9d22763 at 2024-08-13T19:52:05.852Z :recycle: