Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KAFKA-3662; Fix timing issue in SocketServerTest.tooBigRequestIsRejected
Test sends large request using multiple writes of length followed by request body. The first write should succeed, but since the server closes the connection on processing the length that is too big, subsequent writes may fail. Modified test to handle this exception. Author: Rajini Sivaram <[email protected]> Reviewers: Ismael Juma <[email protected]> Closes apache#1349 from rajinisivaram/KAFKA-3662
- Loading branch information