-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: test tpc-c + read committed without txn retry loops #115191
Copy link
Copy link
Closed
Labels
A-read-committedRelated to the introduction of Read CommittedRelated to the introduction of Read CommittedA-testingTesting tools and infrastructureTesting tools and infrastructureC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
In #100176, we added support for Read Committed to TPC-C.
Part of the motivation for Read Committed is that it does not require transaction retry loops. We should test this by removing the use of the cockroach-go retry loop from the workload and running it without --tolerate-errors. The workload should survive.
Epic: CRDB-34183
Jira issue: CRDB-34185
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-read-committedRelated to the introduction of Read CommittedRelated to the introduction of Read CommittedA-testingTesting tools and infrastructureTesting tools and infrastructureC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)