-
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.
89441: kvserver: remove `ScanInterleavedIntents` method r=erikgrinaker a=erikgrinaker Resolves #89428. **upgrades: remove separated intents test data** This test no longer exists, only the datadriven test data. Release note: None **kvserver: remove `ScanInterleavedIntents` method** This was used by the upgrade migration to separated intents in 21.2. Interleaved intents no longer exist, and there are no callers in 22.2, so this can safely be removed. Release note: None **cli: remove interleaved intents from `debug intent-count`** Interleaved intents no longer exist. Only count separated intents. Release note: None 89468: sctest: ensure job succeeds when retried upon success r=ajwerner a=ajwerner We found a bug recently whereby a schema change which was resumed after its last stage would fail if it were resumed again. This could happen if the process of moving the state machine in the jobs subsystem to succeeded fails for whatever reason. This change ensures that we test the failure case. Release note: None Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
17 changed files
with
77 additions
and
763 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
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
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
111 changes: 0 additions & 111 deletions
111
pkg/kv/kvserver/batcheval/cmd_scan_interleaved_intents.go
This file was deleted.
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
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.