-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update compute_installed_extensions metric: (#9891)
add owned_by_superuser field to filter out system extensions. While on it, also correct related code: - fix the metric setting: use set() instead of inc() in a loop. inc() is not idempotent and can lead to incorrect results if the function called multiple times. Currently it is only called at compute start, but this will change soon. - fix the return type of the installed_extensions endpoint to match the metric. Currently it is only used in the test.
- Loading branch information
1 parent
dee2041
commit ef233e9
Showing
4 changed files
with
56 additions
and
37 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
ef233e9
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.
7716 tests run: 7394 passed, 3 failed, 319 skipped (full report)
Failures on Postgres 17
test_idle_checkpoints
: debug-x86-64, debug-x86-64test_pageserver_small_inmemory_layers[False]
: debug-x86-64Flaky tests (7)
Postgres 17
test_readonly_node_gc
: release-x86-64test_check_visibility_map
: debug-x86-64, debug-x86-64Postgres 16
test_lr_with_slow_safekeeper
: release-arm64Postgres 15
test_parallel_copy
: release-arm64test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 14
test_parallel_copy
: release-arm64Test coverage report is not available
ef233e9 at 2024-12-11T18:50:10.693Z :recycle: