-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(benchmarking): fix Nightly Benchmarks (#9178)
## Problem Nightly Benchmarks have been broken for some time due to various reasons, this PR fixes it ## Summary of changes - Pull `build-tools` image from dockerhub for `benchmarking` workflow - Use `aws-actions/configure-aws-credentials` to upload/download artifacts from S3 - Fix Postgres 16 installation (for pgbench)
- Loading branch information
Showing
2 changed files
with
122 additions
and
43 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
Oops, something went wrong.
d2d9921
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.
5153 tests run: 4984 passed, 1 failed, 168 skipped (full report)
Failures on Postgres 16
test_compaction_l0_memory[github-actions-selfhosted]
: release-x86-64Flaky tests (6)
Postgres 17
test_large_schema
: release-x86-64test_large_records[cross-validation]
: release-x86-64test_subscriber_restart
: debug-x86-64, release-x86-64test_delete_timeline_client_hangup
: debug-x86-64Postgres 16
test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:31.5% (7486 of 23798 functions)
lines
:49.8% (60108 of 120691 lines)
* collected from Rust tests only
d2d9921 at 2024-09-30T00:11:52.607Z :recycle: