Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for proper handling of connection failure to avoid 'cannot w…
…ait on socket event without a socket' error (#8231) ## Problem See neondatabase/cloud#14289 and PR #8210 ## Summary of changes Add test for problems fixed in #8210 ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. ## Checklist before merging - [ ] Do not forget to reformat commit message to not include the above checklist --------- Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
- Loading branch information
4a0c2ae
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.
3094 tests run: 2969 passed, 1 failed, 124 skipped (full report)
Failures on Postgres 14
test_sharding_autosplit[github-actions-selfhosted]
: releaseFlaky tests (2)
Postgres 16
test_secondary_background_downloads
: debugPostgres 14
test_subscriber_restart
: releaseCode coverage* (full report)
functions
:32.7% (6934 of 21213 functions)
lines
:50.0% (54314 of 108576 lines)
* collected from Rust tests only
4a0c2ae at 2024-07-02T20:15:33.114Z :recycle: