-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(consumption_metrics): remove event deduplication support (#5316)
We no longer use pageserver deduplication anywhere. Give out a warning instead. Split off from #5297. Cc: #5175 for dedup.
- Loading branch information
Showing
2 changed files
with
9 additions
and
30 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
00c4c8e
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.
2552 tests run: 2424 passed, 0 failed, 128 skipped (full report)
Flaky tests (5)
Postgres 16
test_partial_evict_tenant
: debugtest_get_tenant_size_with_multiple_branches
: release, debugPostgres 14
test_get_tenant_size_with_multiple_branches
: release, debugCode coverage (full report)
functions
:53.0% (7678 of 14491 functions)
lines
:80.9% (44871 of 55475 lines)
00c4c8e at 2023-09-15T21:52:55.384Z :recycle: