-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: Parse Notification twice only for unknown topic (#10296)
## Problem We currently parse Notification twice even in the happy path. ## Summary of changes Use `#[serde(other)]` to catch unknown topics and defer the second parsing.
- Loading branch information
Showing
1 changed file
with
21 additions
and
34 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
0a117fb
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.
7377 tests run: 7014 passed, 1 failed, 362 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (3)
Postgres 17
test_subscriber_synchronous_commit
: release-x86-64Postgres 15
test_parallel_copy
: release-arm64test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Code coverage* (full report)
functions
:31.2% (8411 of 26961 functions)
lines
:48.0% (66808 of 139225 lines)
* collected from Rust tests only
0a117fb at 2025-01-07T17:38:06.914Z :recycle: