Tests: avoid short reads on redis-cli output. (#9301)
In some cases large replies on slow systems may only be partially read by the test suite, resulting with parsing errors. This fix is still timing sensitive but should greatly reduce the chances of this happening.
Please register or sign in to comment