Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
108111: changefeedccl: enable changefeed tests on ARM r=samiskin a=samiskin Resolves #103888 This change enables all changefeed tests on ARM except for the Kafka OAuth test. There are only Kafka 3 ARM binaries available, but the OAuth test requires Kafka 2 for the broker setup so just that test is exempted from ARM.. Release note: None 108339: kv: fix Replica stringer and SafeFormatter implementations r=erikgrinaker a=nvanbenschoten This commit fixes the Replica stringer and SafeFormatter implementations so that they correctly include the range descriptor string. This was unintentionally broken by 897d6e, which changed the return value of `atomicDescString.get`. Before this change, the stringer implementation looked something like: ``` [n1,s2,r&{3/4:{a-b} 3/4:{a-b} 3/4}] ``` The confusing `&{...}` portion was the internal structure `atomicDescInfo`. After, it looks like: ``` [n1,s2,r3/4:{a-b}] ``` Epic: None Release note: None 108346: rttanalysis: relax expected range for drop_3_roles r=rafiss a=rafiss This test is mostly meant to assert an uppser bound, so a lower number is better. Some runs of the test in CI take 43 round trips. fixes #108322 backport fixes #108292 Release note: None Co-authored-by: Shiranka Miskin <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information