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
154076: cmd/roachtest: fix cdc/multi-region-execution-locality-tpcc r=andyyang890 a=log-head
This roachtest hangs waiting for changefeed to complete. Changing changefeed to an initial scan.
Additionally, this test was flaky. This is fixed by removing the check of the exact span distribution and checking only that more than one aggregator was planned. Additionally, before not all lease-holders would always be set to the same region. Now, all leaseholders will be in the specified region.
Additionally, adding to nightly test suite.
Epic: CRDB-38755Fixes: #153825
Release note: None
154486: cloud: have resumable reader manage span lifetime r=jeffswenson a=jeffswenson
This change adds a span to the cloud.ResumableReader that is tracked for the lifetime of the reader. This ensures that if the reader implementation needs to issue a new HTTP request, the span is still valid and can be used to annotate logs.
Fixes: #153347
Release note: none
154563: metric: permit counter resets in update assertion r=jasonlmfong a=dhartunian
When we call `Update` on counter metrics, we have an assertion that panics in tests if the counter is set to a lower value than the prior update. In practice, counters are permitted to reset and 3rd party metric systems expect this to happen occasionally. The assertion logic is adjusted to permit a setting of zero when the value is lower.
Resolves: #154364Resolves: #154365Resolves: #154366Resolves: #154367Resolves: #154368
Epic: None
Release note: None
154639: sql: skip a big test that ooms on the race detector r=bghal a=bghal
The test still passes without the race detector and the smaller tests
still pass with the race detector.
Epic: none
Fixes: #154140Fixes: #154243
Release note: None
Co-authored-by: Matthew Lougheed <[email protected]>
Co-authored-by: Jeff Swenson <[email protected]>
Co-authored-by: David Hartunian <[email protected]>
Co-authored-by: Brendan Gerrity <[email protected]>
0 commit comments