-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compute/LFC: Apply limits consistently (#10449)
Otherwise we might hit ERRORs in otherwise safe situations (such as user queries), which isn't a great user experience. ## Problem #10376 ## Summary of changes Instead of accepting internal errors as acceptable, we ensure we don't exceed our allocated usage.
- Loading branch information
Showing
2 changed files
with
139 additions
and
42 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
e781cf6
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.
7510 tests run: 7118 passed, 1 failed, 391 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64Flaky tests (4)
Postgres 17
test_http_pool_begin_1
: release-arm64test_metrics_normal_work
: release-x86-64, release-arm64Postgres 16
test_metrics_normal_work
: release-x86-64Code coverage* (full report)
functions
:33.6% (8446 of 25104 functions)
lines
:49.2% (70723 of 143866 lines)
* collected from Rust tests only
e781cf6 at 2025-01-20T20:51:40.535Z :recycle: