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
155368: roachprod: implement GetVMSpecs for IBM r=DarrylWong,golgeek a=williamchoe3
Informs #146202
Implementation for previously unimplemented interface method GetVMSpecs() for IBM. This will allow for cluster information to be fetched in roachtest via FetchVMSpecs
* API: https://cloud.ibm.com/apidocs/resource-controller/resource-controller?code=go#get-resource-instance
Also added comments to help contextualize some parts that I thought would be helpful while doing some debug.
See comment for e.g. vm specs
156481: telemetryccl: unskip and simplify TestTelemetry r=kyle-a-wong a=dhartunian
Previously, we would often get test flakes for TestTelemetry because it exercised many different multi-region features for the sole purpose of checking whether telemetry counters would get incremented. This is not very useful because the logic for the different counters is mostly identical and runs through the same functions in multiregion/telemetry.go. As long as these integration tests verify that those functions get called, we don't need an exhaustive set of cases.
Resolves: #152123
Epic: None
Release note: none
156985: roachtest: deflake cdc/ledger r=log-head,asg0451 a=andyyang890
This patch deflakes `cdc/ledger` by increasing the target steady latency
from 1 minute to 3 minutes. It also eliminates a weird quirk where the
latency verifier expects the latency to be less than half of the target
latency before it'll be considered steady, which led to weird logs and
added unnecessary complexity.
Fixes#151381
Release note: None
157018: sql: don't store plan gist as FastValue in context r=yuzefovich a=yuzefovich
Given that in 67e45fd we introduced a different way to include plan gists into sentry reports, I don't think we need to include the plan gists into the context anymore, so we can free up the FastValue context slot for a better use.
Epic: None
Release note: None
Co-authored-by: William Choe <[email protected]>
Co-authored-by: David Hartunian <[email protected]>
Co-authored-by: Andy Yang <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments