Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Core improvements
Major features: * Implement updates * Make sure we can advance RNGs from zero as well * Fix a problem with predictable descriptor Bugfixes: * Fix column mask inconsistencies * Fix a problem with partition key liveness info Quality of life improvements: * Get rid of driver dependency for query generation * Get rid of guava dependency * Add reusable config files * Switch from streams to iterables General improvements: * Make unset and nil descriptors more distinct and harder to generate particularly for the smaller descriptors * Fixed schema configurator to allow empty column sets * Move workloads to a common dir * Fixed schema configurator to output correct json * No-op checker to execute with Quorum, not ALL * Make tag for build unique Patch by Alex Petrov for CASSANDRA-16262
- Loading branch information
Showing
32 changed files
with
690 additions
and
357 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
@@ -0,0 +1,5 @@ | ||
package harry.core; | ||
|
||
public @interface VisibleForTesting { | ||
} | ||
|
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.