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
This commit fixes two flakes in `buffered_writes` logic test:
- the test added in 31ab5c3 can result
in an extra Scan request in the trace with low
`default-batch-bytes-limit` value (we paginate over several rows).
I don't think we need to use tracing as a regression test for checking
ReturnRawMVCCValues option, so this commit simply uses the
`crdb_internal_origin_id` explicitly and deletes the tracing tests
- the test added in 238f0e3 has a txn
that writes some rows and then reads large already present blobs. We've
seen a few cases when this hits a RETRY_SERIALIZABLE error under race.
My guess is that it could happen if the txn becomes long-running due to
race config overhead, especially in fakedist configs, so this commit
bumps the closed ts interval to avoid hitting the retry error.
Additionally this commit fixes a couple of nits.
Release note: None
0 commit comments