Skip to content

Commit

Permalink
fix(perf-1tb): Increase test duration
Browse files Browse the repository at this point in the history
Increase test duration for performance latency 1TB test
  • Loading branch information
aleksbykov authored and roydahan committed Apr 17, 2023
1 parent ea36270 commit 3a9f769
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ perfRegressionParallelPipeline(
region: "us-east-1",
test_name: "performance_regression_test.PerformanceRegressionTest",
test_config: '''["test-cases/performance/perf-regression-latency-1TB.yaml", "configurations/ebs/ebs-gp3-2v-4tb-16k-iops.yaml"]''',
sub_tests: ["test_latency"],

timeout: [time: 500, unit: "MINUTES"]
sub_tests: ["test_latency"]
)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ perfRegressionParallelPipeline(
region: "us-east-1",
test_name: "performance_regression_test.PerformanceRegressionTest",
test_config: '''["test-cases/performance/perf-regression-latency-1TB.yaml", "configurations/ebs/ebs-gp2-2v-4tb.yaml"]''',
sub_tests: ["test_latency"],

timeout: [time: 500, unit: "MINUTES"]
sub_tests: ["test_latency"]
)
4 changes: 1 addition & 3 deletions jenkins-pipelines/perf-regression-latency-1TB.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ perfRegressionParallelPipeline(
region: "us-east-1",
test_name: "performance_regression_test.PerformanceRegressionTest",
test_config: """["test-cases/performance/perf-regression-latency-1TB.yaml"]""",
sub_tests: ["test_latency"],

timeout: [time: 500, unit: "MINUTES"]
sub_tests: ["test_latency"]
)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ perfRegressionParallelPipeline(
test_name: "performance_regression_test.PerformanceRegressionTest",
test_config: '''["test-cases/performance/perf-regression-latency-1TB.yaml", "configurations/perf-loaders-non-shard-aware-config.yaml", "configurations/run_db_node_benchmarks.yaml"]''',
sub_tests: ["test_latency"],
test_email_title: "non-shard-aware",

timeout: [time: 500, unit: "MINUTES"]
test_email_title: "non-shard-aware"
)
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ perfRegressionParallelPipeline(
backend: "aws",
region: "us-east-1",
test_name: "performance_regression_test.PerformanceRegressionTest",
test_config: '''["test-cases/performance/perf-regression-latency-1TB.yaml", "configurations/perf-loaders-non-shard-aware-config.yaml", "configurations/run_db_node_benchmarks.yaml"]''',
test_config: '''["test-cases/performance/perf-regression-latency-1TB.yaml", "configurations/perf-loaders-shard-aware-config.yaml", "configurations/run_db_node_benchmarks.yaml"]''',
sub_tests: ["test_latency"],
test_email_title: "shard-aware",

timeout: [time: 500, unit: "MINUTES"]
test_email_title: "shard-aware"
)
2 changes: 1 addition & 1 deletion test-cases/performance/perf-regression-latency-1TB.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test_duration: 400
test_duration: 550

prepare_write_cmd: ["cassandra-stress write no-warmup cl=ALL n=250000000 -schema 'replication(factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(1024) n=FIXED(1)' -pop seq=1..250000000",
"cassandra-stress write no-warmup cl=ALL n=250000000 -schema 'replication(factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(1024) n=FIXED(1)' -pop seq=250000001..500000000",
Expand Down

0 comments on commit 3a9f769

Please sign in to comment.