cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.16k stars 3.82k forks source link

kvcoord: Disable follower reads for TestProxyTracing #135854

Closed iskettaneh closed 1 day ago

iskettaneh commented 1 day ago

This commit disables follower reads for the test TestProxyTracing. We noticed that sometimes, the test gets slow, and by the time we issue a read request, it's served via follower reads instead of proxying it to the leaseholder.

References: #135493

Release note: None

cockroach-teamcity commented 1 day ago

This change is Reviewable