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
149474: changefeedccl: limit bank transfers in TestCatchupScanOrdering r=rharding6373 a=rharding6373
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
149586: roachprod: fix target inverse secure flag r=golgeek a=herkolategan
A small regression was introduced in #149369 which passes the incorrect secure flag to `createLabels` for `node_exporter`, `ebpf_exporter`, and `workload`, causing the metrics not to be scraped.
Fixes: #149512
Epic: None
Release note: None
Co-authored-by: rharding6373 <[email protected]>
Co-authored-by: Herko Lategan <[email protected]>
0 commit comments