-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26939: roachpb,storage: remove DeprecatedVerifyChecksum request r=nvanbenschoten,tschottdorf a=benesch DeprecatedVerifyChecksum request was removed prior to September 2016. It is not sent by a CockroachDB 2.0 cluster, so it's safe to remove in 2.1. --- Someone more familiar with prop-eval KV should double-check that this is actually safe. 26972: sem/tree: remove TestClusterTimestampConversion r=andreimatei a=andreimatei I can't really tell what this test is testing exactly, but what it does is really weird - it creates a TestingEvalCcontext and then it peeks inside it to update the txn proto's timestamp, only to the retrieve that timestamp and assert some serialization on it. This is bizarre, and also changing a txn's proto like that is not going to be a thing any more - I'm making this proto not be exposed any more, and definitely not writable by the world. In fact, it never was intended to be modified by clients. If a test really needs a transaction at a particular timestamp and the test needs to operate at a high level, there's txn.SetFixedTimestamp(). But that requires a txn to actually exist; the mocking done by tree.NewTestingEvalContext() is not sufficient. I'd like to remove this test... Release note: None Co-authored-by: Nikhil Benesch <[email protected]> Co-authored-by: Andrei Matei <[email protected]>
- Loading branch information
Showing
10 changed files
with
802 additions
and
1,300 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
Large diffs are not rendered by default.
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
Oops, something went wrong.