-
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.
storage: add
TestMVCCHistories
cases
This patch adds additional test cases for `TestMVCCHistories`. These were primarily designed by deliberately introducing bugs in MVCC code that did not cause existing test cases to fail. Release note: None
- Loading branch information
1 parent
ded6767
commit aaac54c
Showing
10 changed files
with
2,237 additions
and
1,017 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
606 changes: 606 additions & 0 deletions
606
pkg/storage/testdata/mvcc_histories/delete_range_predicate_complex
Large diffs are not rendered by default.
Oops, something went wrong.
325 changes: 201 additions & 124 deletions
325
pkg/storage/testdata/mvcc_histories/range_tombstone_stats_intent_resolve_abort
Large diffs are not rendered by default.
Oops, something went wrong.
377 changes: 236 additions & 141 deletions
377
pkg/storage/testdata/mvcc_histories/range_tombstone_stats_intent_resolve_commit
Large diffs are not rendered by default.
Oops, something went wrong.
385 changes: 241 additions & 144 deletions
385
pkg/storage/testdata/mvcc_histories/range_tombstone_stats_intent_resolve_pushed
Large diffs are not rendered by default.
Oops, something went wrong.
274 changes: 167 additions & 107 deletions
274
pkg/storage/testdata/mvcc_histories/range_tombstone_stats_intent_resolve_range_abort
Large diffs are not rendered by default.
Oops, something went wrong.
326 changes: 202 additions & 124 deletions
326
pkg/storage/testdata/mvcc_histories/range_tombstone_stats_intent_resolve_range_commit
Large diffs are not rendered by default.
Oops, something went wrong.
334 changes: 207 additions & 127 deletions
334
pkg/storage/testdata/mvcc_histories/range_tombstone_stats_intent_resolve_range_pushed
Large diffs are not rendered by default.
Oops, something went wrong.
557 changes: 308 additions & 249 deletions
557
pkg/storage/testdata/mvcc_histories/range_tombstone_stats_intent_rewrite
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