• Victor Stinner's avatar
    bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) · 7484bdfd
    Victor Stinner authored
    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.
    7484bdfd
test_socket.py 222 KB