Skip to content

Commit

Permalink
run-shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
wmitros committed Oct 23, 2024
1 parent 37724f2 commit e004c33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ longevityPipeline(
test_name: 'longevity_test.LongevityTest.test_custom_time',
test_config: 'test-cases/features/2mv-backpressure-4d.yaml',

timeout: [time: 6610, unit: 'MINUTES']
timeout: [time: 240, unit: 'MINUTES']
)
13 changes: 7 additions & 6 deletions test-cases/features/2mv-backpressure-4d.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
test_duration: 6480
test_duration: 240

prepare_write_cmd: "cassandra-stress user profile=/tmp/c-s_profile_2mv_2queries.yaml ops'(insert=1)' cl=QUORUM n=250000000 -mode cql3 native -rate threads=200"
stress_cmd: ["cassandra-stress user profile=/tmp/c-s_profile_2mv_2queries.yaml ops'(insert=1)' cl=QUORUM duration=5760m -mode cql3 native -pop seq=250000000..500000000 -rate threads=200",
"cassandra-stress user profile=/tmp/c-s_profile_2mv_2queries.yaml ops'(mv_p_read1=1,mv_p_read2=1)' cl=QUORUM duration=5760m -mode cql3 native -pop seq=1..250000000 -rate threads=10"]
prepare_write_cmd: "cassandra-stress user profile=/tmp/c-s_profile_2mv_2queries.yaml ops'(insert=1)' cl=QUORUM n=10000000 -mode cql3 native -rate threads=200"
stress_cmd: ["cassandra-stress user profile=/tmp/c-s_profile_2mv_2queries.yaml ops'(insert=1)' cl=QUORUM duration=180m -mode cql3 native -pop seq=10000000..20000000 -rate threads=200",
"cassandra-stress user profile=/tmp/c-s_profile_2mv_2queries.yaml ops'(mv_p_read1=1,mv_p_read2=1)' cl=QUORUM duration=180m -mode cql3 native -pop seq=1..10000000 -rate threads=10"]
n_db_nodes: 4
n_loaders: 4
n_monitor_nodes: 1
Expand All @@ -12,5 +12,6 @@ user_prefix: 'longevity-2mv-backpressure-4d'
instance_type_db: 'i4i.2xlarge'
instance_type_loader: 'c6i.2xlarge'

nemesis_class_name: 'ChaosMonkey'
nemesis_during_prepare: false

append_scylla_yaml:
enable_tablets: false

0 comments on commit e004c33

Please sign in to comment.