Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to read secondary error from info test (#1452)
The test attempts to write 1MB of data in order to trigger a disconnect. Normally, the data is fully flushed and we get the error on the read (I/O error). However, it's possible we might fail the write, which leaves the client in an inconsistent state. On the next command, we finally process the I/O error on the FD. So, the simple fix is to consume any secondary errors. --------- Signed-off-by: Madelyn Olson <[email protected]>
- Loading branch information