-
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.
135095: storage: fix incorrect assumption about empty suffixes r=RaduBerinde a=jbowens **storage: fix incorrect assumption about empty suffixes** The SeekGE code assumes that among all the keys with the same prefix, only the first one can have an empty suffix. But this is incorrect because we can have multiple occurrences of the same key. Epic: none Release note: none **storage: extend TestKeySchema_RandomKeys assertions** Assert that seeking to each key finds the right key. Epic: none Release note: none Co-authored-by: Jackson Owens <[email protected]>
- Loading branch information
Showing
2 changed files
with
42 additions
and
12 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