tomatotomata opened a new pull request, #3569: URL: https://github.com/apache/kvrocks/pull/3569
## What happened\nTestSlaveLostMaster intentionally cancels SimpleTCPProxy while breaking replication. A blocked socket read can then return connection reset by peer, which the proxy reports with .Fatalf even though teardown is expected.\n\n## What changed\nTreat read/write errors as normal proxy shutdown once the context has been cancelled. Unexpected errors before cancellation still fail the test.\n\n## Testing\n- git diff --check\n- Existing TestSlaveLostMaster covers the intentional cancellation path\n- Go test execution was not available in this environment because the Go toolchain is not installed\n\nFixes #3515 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
