-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing: use UUID based SSTables for testing (#4197)
* fix(testing): use UUID based SSTables for testing UUID SSTables are the default in newer Scylla version, so we should focus on testing them and mock integer based SSTables when needed. Ref #4182 * feat(testutils): allow modifying hrt response It's useful for scenarios where we want to fail the test in case of response interceptor error, which is difficult to achieve without returning error response. * fix(restore_test): versioned restore with mixed SSTable ID types This way we are able to cover mixed scenarios (integer + UUID SSTables), which was missing from our test coverage. It also allows us to move to testing the default UUID SSTables, which should be our priority. Fixes #4182
- Loading branch information
1 parent
6a7b777
commit 1072a47
Showing
4 changed files
with
159 additions
and
35 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