forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
128499: roachtest: Add an update-heavy LDR test r=stevendanna a=navsetlur As part of the effort to increase LDR test coverage, this test leverages the YCSB workload to stress LDR under very update heavy workloads. It required a little bit of refactoring as some of the test structures assumed a KV workload. Release note: none Epic: CRDB-40236 128678: roachtest: reduce max node count and metamorphic cloud r=renatolabs a=andrewbaptist Previously the max node count was (36 + 2) * 32 = 1216 which is more than the quota of 1024 that is allowed. This commit reduces the max count to 1024 and additionally changes the metamorphic tests to on average only run once per night (rather than once per cloud per night). The on average part is important since it might run multiple times in some nights and no times on other nights. Epic: none Release note: None Co-authored-by: Naveen Setlur <[email protected]> Co-authored-by: Andrew Baptist <[email protected]>
- Loading branch information
Showing
2 changed files
with
199 additions
and
50 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
Oops, something went wrong.