Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the upgrade test for pg_jwt by adding the database name (#10738)
## Problem The upgrade test for pg_jwt does not work correctly. ## Summary of changes The script for the upgrade test is modified to use the database `contrib_regression`.
- Loading branch information
d204d51
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.
7576 tests run: 7208 passed, 0 failed, 368 skipped (full report)
Flaky tests (1)
Postgres 17
test_cannot_create_endpoint_on_non_uploaded_timeline
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.3% (8587 of 25819 functions)
lines
:49.1% (72286 of 147183 lines)
* collected from Rust tests only
d204d51 at 2025-02-10T12:14:12.755Z :recycle: