-
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.
fix(restore_test): skip unintended CQL schema tests
This commit adds skipCQLSchemaTestAssumingSSTables helper method which allows to skip the CQL schema tests which were intended just for the SSTAble schema restore. Example of such tests: - restoreWithAgentRestart - restoreWithResume - restoreWithVersions - restoreAlternator Those tests were "passing" before by accident and that's why they weren't skipped in the past. They are also not that interesting for CQL schema restore, which just applies saved CQL statements. It also rephrases some comments so that it's clear when a schema test should be skipped and for what reason. Fixes #4246
- Loading branch information
1 parent
86d34f4
commit d6793d6
Showing
2 changed files
with
70 additions
and
33 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