-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metamorphic: no synthetic suffix with overlapping RangeKeySets
Applying a synthetic suffix to overlapping `RangeKeySet`s leads to a logical ambiguity - they both have the same suffix but they can have different values. In practical terms it causes metamorphic test failures because their relative sorting order is indeterminate. Add code in the metamorphic tests to keep track of `RangeKeySet`s and prevent the use of synthetic suffix when the external object has overlapping `RangeKeySet`s. Fixes #3833 Fixes #3824
- Loading branch information
1 parent
ac08db2
commit 0e8a11a
Showing
2 changed files
with
39 additions
and
3 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