mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
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.
This commit is contained in:
parent
1fb399ba4e
commit
7484bdfd1e
2 changed files with 5 additions and 27 deletions
|
|
@ -0,0 +1,5 @@
|
|||
test_socket: Remove RDSTest.testCongestion(). 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 just remove it.
|
||||
Loading…
Add table
Add a link
Reference in a new issue