Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
135335: roachtest: increase kv.closed_timestamp.target_duration for copyfrom r=mw5h a=mw5h Per PR cockroachdb#117091, the roachtest copyfrom test frequently runs in an overloaded environment, causing transactions to time out. That PR attempted to add a retry loop around the transaction, but the test is failed by a log watcher anyway. Consulting the CRDB documentation on "Transaction Retry Error Reference" reveals a suggested course of action of increasing kv.closed_timestamp.target_duration, with some caveats regarding AS OF SYSTEM TIME and changefeeds that we don't care about for the purposes of this test. The most recent test failure indicates a 40s overage, so we set the target_duration to 60s (up from a default of 3s) and hope for the best. Fixes: cockroachdb#133797 Release note: None Co-authored-by: Matt White <[email protected]>
- Loading branch information