Commit 8a1c2fb
go/vt/vtgate/schema: bump TestTrackerNoLock channel-send timeout
TestTrackerNoLock pushes 500,000 messages onto a channel and asserts
each send completes within 10ms. Under CI load that's tight enough to
flake regularly, surfacing as:
tracker_test.go:199: failed to send health check to tracker
Match the fix from PR #18317: bump the per-send timeout to 50ms.
Backport of the go/vt/vtgate/schema/tracker_test.go slice of #18317
(the materializer_test.go slice is for an unrelated test).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Arthur Schreiber <arthur@planetscale.com>1 parent e3cd779 commit 8a1c2fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments