Skip to content

Commit

Permalink
fix(perf test): remove dataset size from name in gradual test
Browse files Browse the repository at this point in the history
By Roy's request remove the dataset size from test yaml and Jenkins pipeline
of gradual performance tests
  • Loading branch information
juliayakovlev authored and fruch committed Sep 23, 2024
1 parent 1201241 commit bbd4845
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ perfRegressionParallelPipeline(
backend: "aws",
aws_region: "us-east-1",
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionGradualGrowThroughputTest",
test_config: '''["test-cases/performance/perf-regression-gradual-throughput-grow-2.3tb.yaml", "configurations/performance/cassandra_stress_gradual_load_steps.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_speculative_retry.yaml"]''',
test_config: '''["test-cases/performance/perf-regression-gradual-throughput.yaml", "configurations/performance/cassandra_stress_gradual_load_steps_enterprise.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_speculative_retry.yaml"]''',
sub_tests: ["test_write_gradual_increase_load", "test_read_gradual_increase_load", "test_mixed_gradual_increase_load"],
)
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ perfRegressionParallelPipeline(
backend: "aws",
aws_region: "us-east-1",
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionGradualGrowThroughputTest",
test_config: '''["test-cases/performance/perf-regression-gradual-throughput-grow-2.3tb.yaml", "configurations/performance/cassandra_stress_gradual_load_steps_enterprise.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_speculative_retry.yaml"]''',
test_config: '''["test-cases/performance/perf-regression-gradual-throughput.yaml", "configurations/performance/cassandra_stress_gradual_load_steps.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_speculative_retry.yaml"]''',
sub_tests: ["test_write_gradual_increase_load", "test_read_gradual_increase_load", "test_mixed_gradual_increase_load"],
)
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ perfRegressionParallelPipeline(
backend: "aws",
aws_region: "us-east-1",
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionGradualGrowThroughutTest",
test_config: '''["test-cases/performance/perf-regression-gradual-throughput-grow-2.3tb.yaml", "configurations/cs-uniform-distribution.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml"]''',
test_config: '''["test-cases/performance/perf-regression-gradual-throughput-grow.yaml", "configurations/cs-uniform-distribution.yaml"]''',
sub_tests: ["test_write_gradual_increase_load","test_read_gradual_increase_load", "test_mixed_gradual_increase_load"],

timeout: [time: 1600, unit: "MINUTES"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ perfRegressionParallelPipeline(
backend: "aws",
aws_region: "us-east-1",
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionGradualGrowThroughputTest",
test_config: '''["test-cases/performance/perf-regression-gradual-throughput-grow-2.3tb.yaml", "configurations/performance/cassandra_stress_gradual_load_steps.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_speculative_retry.yaml"]''',
test_config: '''["test-cases/performance/perf-regression-gradual-throughput.yaml", "configurations/performance/cassandra_stress_gradual_load_steps.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_speculative_retry.yaml"]''',
sub_tests: ["test_write_gradual_increase_load", "test_read_gradual_increase_load", "test_mixed_gradual_increase_load"],

timeout: [time: 1600, unit: "MINUTES"]
Expand Down

0 comments on commit bbd4845

Please sign in to comment.