Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix permissions for safekeeper failpoints (#7669)
We didn't check permission in `"/v1/failpoints"` endpoint, it means that everyone with per-tenant token could modify the failpoints. This commit fixes that.
- Loading branch information
0b02043
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.
3105 tests run: 2960 passed, 0 failed, 145 skipped (full report)
Flaky tests (2)
Postgres 16
test_download_remote_layers_api
: releasePostgres 15
test_synthetic_size_while_deleting
: debugCode coverage* (full report)
functions
:31.4% (6323 of 20136 functions)
lines
:47.3% (47656 of 100778 lines)
* collected from Rust tests only
0b02043 at 2024-05-10T14:01:52.653Z :recycle: