-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RLS/REPLICATION granting (#6083)
## Problem ## Summary of changes ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. ## Checklist before merging - [ ] Do not forget to reformat commit message to not include the above checklist
- Loading branch information
Sasha Krassovsky
authored
Dec 8, 2023
1 parent
df1f8e1
commit 0ba4cae
Showing
4 changed files
with
13 additions
and
14 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
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
0ba4cae
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.
2216 tests run: 2124 passed, 0 failed, 92 skipped (full report)
Flaky tests (4)
Postgres 16
test_statvfs_pressure_usage
: releasetest_ondemand_download_timetravel
: debugPostgres 15
test_statvfs_pressure_min_avail_bytes
: debugPostgres 14
test_bulk_insert[neon]
: releaseCode coverage (full report)
functions
:54.8% (9365 of 17080 functions)
lines
:82.1% (54410 of 66296 lines)
0ba4cae at 2023-12-10T20:57:38.419Z :recycle: