Skip to content

Commit

Permalink
test(manager): add and apply 50GB dataset config for vnodes+tablets test
Browse files Browse the repository at this point in the history
Increased the dataset for vnodes+tablets test to up number of tablets a
bit. Initial dataset was pretty small (~4Gb).
  • Loading branch information
mikliapko committed Nov 22, 2024
1 parent 8d776cb commit 092bb83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions configurations/manager/50GB_dataset.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test_duration: 240

prepare_write_cmd: "cassandra-stress write cl=QUORUM n=52428800 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=500 -pop seq=400000000..600000000"
stress_read_cmd: "cassandra-stress read cl=QUORUM n=52428800 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=500 -pop seq=400000000..600000000"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ managerPipeline(
backend: 'aws',
region: 'us-east-1',
test_name: 'mgmt_cli_test.ManagerSanityTests.test_manager_sanity_vnodes_tablets_cluster',
test_config: '''["test-cases/manager/manager-regression-singleDC-set-distro.yaml", "configurations/tablets-initial-32.yaml"]''',
test_config: '''["test-cases/manager/manager-regression-singleDC-set-distro.yaml", "configurations/tablets-initial-32.yaml", "configurations/manager/50GB_dataset.yaml"]''',

scylla_version: '2024.2',

Expand Down

0 comments on commit 092bb83

Please sign in to comment.