Commit 2237dd8
Merge #156729
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>2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
941 | 942 | | |
942 | 943 | | |
943 | 944 | | |
944 | | - | |
| 945 | + | |
945 | 946 | | |
946 | 947 | | |
947 | 948 | | |
| |||
0 commit comments