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
changefeedccl: limit bank transfers in TestCatchupScanOrdering
TestCatchupScanOrdering validates changefeed ordering by having one
goroutine that makes bank transfers continuously and another goroutine
that validates the order in which events are received downstream. This
change limits the number of bank transfers before exiting the first
goroutine to 2x the number expected downstream for a successful test
run. The goal is to not have a goroutine that is doing busy work that
might hog CPU.
Epic: none
Fixes: #148565
Release note: none
0 commit comments