Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 17, 2018

The test tries to fill the receiver's socket buffer and expects an
error. But the RDS protocol doesn't require that. Moreover, the Linux
implementation of RDS expects that the producer of the messages
reduces its rate, it's not the role of the receiver to trigger an
error.

The test fails on Fedora 28 by design, so remove it.
(cherry picked from commit 7484bdf)

Co-authored-by: Victor Stinner [email protected]

https://bugs.python.org/issue34587

The test tries to fill the receiver's socket buffer and expects an
error. But the RDS protocol doesn't require that. Moreover, the Linux
implementation of RDS expects that the producer of the messages
reduces its rate, it's not the role of the receiver to trigger an
error.

The test fails on Fedora 28 by design, so remove it.
(cherry picked from commit 7484bdf)

Co-authored-by: Victor Stinner <[email protected]>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 68a8f04 into python:3.6 Sep 17, 2018
@miss-islington miss-islington deleted the backport-7484bdf-3.6 branch September 17, 2018 21:40
@daisylab
Copy link

daisylab commented Sep 30, 2018

Can you please backport this to v3.5? I still have some libraries that do not support v3.6+ (e.g., TensorRT).

@vstinner
Copy link
Member

vstinner commented Oct 1, 2018

Can you please backport this to v3.5? I still have some libraries that do not support v3.6+ (e.g., TensorRT).

No sorry, Python 3.5 no longer accepts bugfixes:
https://devguide.python.org/#status-of-python-branches

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

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants