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
145256: roachtest/tlp: randomly force generic query plans r=mgartner a=mgartner
Generic query plans are now forced for 25% of TLP queries. Note that
only one type of TLP query uses placeholders, which are required for
"interesting" generic query plans, simple `SELECT .. WHERE ..` queries.
Joins and grouping do not yet use placeholders.
Fixes#128912
Release note: None
145429: roachtest: deflake lease-preferences roachtest r=wenyihu6 a=kvoli
`server.span_stats.span_batch_limit` no longer needs to be set after
`kv.enqueue_in_replicate_queue_on_span_config_update.enabled` defaults
to true in versions on or after `v24.1`.
Informs: #141359
Informs: #145055
---
The `lease-preferences/*` roachtests wait for lease preferences to be
initially conformed before purposefully forcing leases out of
conformance.
Its possible to the initial lease preference conformance to take up to
10 minutes (a replica scanner cycle). Allow this much time. Note the
non-initial conformance should be quicker, as leases are checked on
acquisition, to see whether they violate the lease preferences.
Resolves: #141359Resolves: #145055
Release note: None
Co-authored-by: Marcus Gartner <[email protected]>
Co-authored-by: Austen McClernon <[email protected]>
0 commit comments