-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(page_service / batching): smgr op latency metrics includes the fl…
…ush time of preceding requests (#10728) Before this PR, if a batch contains N responses, the smgr op latency reported for response (N-i) would include the time we spent flushing the preceding requests. refs: - fixup of #10042 - fixes #10674
- Loading branch information
Showing
1 changed file
with
24 additions
and
13 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
6cd3b50
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 14
test_scrubber_physical_gc_ancestors[2]
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.2% (8583 of 25822 functions)
lines
:49.1% (72277 of 147231 lines)
* collected from Rust tests only
6cd3b50 at 2025-02-08T13:24:08.647Z :recycle: