Skip to content

Make asyncio stream sendfile fail on error (was hung) - #14025

Merged
asvetlov merged 1 commit into
python:masterfrom
asvetlov:stable-sendfile
Jun 12, 2019
Merged

Make asyncio stream sendfile fail on error (was hung)#14025
asvetlov merged 1 commit into
python:masterfrom
asvetlov:stable-sendfile

Conversation

@asvetlov

@asvetlov asvetlov commented Jun 12, 2019

Copy link
Copy Markdown
Contributor

@aixtools it should convert hang on AIX into a failure.
Fixing the failure is another task

A note about the change:
before assertion in stream server callback (serve_callback()) stopped the callback itself but was not propagated to test itself.
The test was hanging as a result.

@asvetlov
asvetlov requested a review from 1st1 as a code owner June 12, 2019 18:23
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting core review labels Jun 12, 2019
@asvetlov asvetlov changed the title Make asyncio stream sendfile fail on error (was hang) Make asyncio stream sendfile fail on error (was hung) Jun 12, 2019
@asvetlov
asvetlov merged commit 0d19427 into python:master Jun 12, 2019
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-14026 is a backport of this pull request to the 3.8 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issue skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants