You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
156729: Add grpc connection closing error to allowlist r=andyyang890 a=sanki92
## Fix TestChangefeedFlushesSinkToReleaseMemory test flake
Fixes#156078
The test was failing on grpc connection closing errors that weren't being ignored. Using `grpcutil.IsClosedConnection()` to properly handle all connection closing scenarios including the specific "grpc: the client connection is closing" error.
**Changed:**
- `pkg/ccl/changefeedccl/helpers_test.go`: Use `grpcutil.IsClosedConnection()` in error handling
Co-authored-by: shanky <sankalpt92@gmail.com>
0 commit comments