forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachpb: make the ignored seq num list copy on write
Unfortunately the RaceTransport doesn't allow any data referenced by a Transaction proto to be mutated. This patch makes updates to the ignored seq nums conform. The RaceTransport wants to prevent the server from doing such mutations. In this case it's the client that does the mutations, which should be allowed, but the implementation of this testing tool casts a wide net. Release note: None
- Loading branch information
1 parent
9a2f046
commit b8af030
Showing
4 changed files
with
69 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters