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 setting LD_LIBRARY_PATH (#9191)
## Problem `pgbench-pgvector` job from Nightly Benchmarks fails with the error: ``` /__w/_temp/f45bc2eb-4c4c-4f0a-8030-99079303fa65.sh: line 17: LD_LIBRARY_PATH: unbound variable ``` ## Summary of changes - Fix `LD_LIBRARY_PATH: unbound variable` error in benchmarks
- Loading branch information
3c72192
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.
5127 tests run: 4959 passed, 0 failed, 168 skipped (full report)
Flaky tests (5)
Postgres 17
test_pg_regress[4]
: debug-x86-64Postgres 16
test_storage_controller_heartbeats[failure4]
: release-x86-64Postgres 15
test_subscriber_restart
: release-x86-64Postgres 14
test_cli_start_stop_multi
: release-arm64test_multi_attach
: release-x86-64Code coverage* (full report)
functions
:31.5% (7486 of 23798 functions)
lines
:49.8% (60106 of 120691 lines)
* collected from Rust tests only
3c72192 at 2024-09-30T00:40:15.102Z :recycle: