-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: fix stack overflow in cancel publisher (#7212)
## Problem stack overflow in blanket impl for `CancellationPublisher` ## Summary of changes Removes `async_trait` and fixes the impl order to make it non-recursive.
- Loading branch information
1 parent
643683f
commit 72103d4
Showing
2 changed files
with
24 additions
and
15 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
72103d4
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.
2798 tests run: 2649 passed, 1 failed, 148 skipped (full report)
Failures on Postgres 14
test_bulk_insert[neon-github-actions-selfhosted]
: releaseCode coverage* (full report)
functions
:28.2% (6290 of 22336 functions)
lines
:46.9% (44191 of 94150 lines)
* collected from Rust tests only
72103d4 at 2024-03-23T07:47:23.778Z :recycle: