Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set socket connection setup timeout in 0105:do_test_txn_concurrent_op…
…erations (#4186) While using create_txn_producer for any test, we set the socket.connection.setup.timeout.ms to 5s, see a6a5e53 . However, for this test, we are setting the mock broker's RTT to 5s, and due to the fact that we might make the ApiVersionRequest twice (once with version 3, and then with version 0 when the first one fails), this test fails. To remedy this, we make the socket.connection.setup.timeout.ms 3*RTT (2* for taking into account the ApiVersionRequest, and the extra 1* for some buffer)
- Loading branch information