Skip to content

Commit

Permalink
fix(longevity-large-partition-8h): chanage run_full_partition_scan.in…
Browse files Browse the repository at this point in the history
…terval

make `run_full_partition_scan.interval` 2 minutes, insted two 2sec
to avoid overloading scylla during this use case

Ref: scylladb#4960
  • Loading branch information
fruch committed Jul 3, 2022
1 parent 37583d3 commit d8cad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-cases/longevity/longevity-large-partition-8h.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ user_prefix: 'longevity-large-partitions-8h'

space_node_threshold: 644245094

run_full_partition_scan: '{"ks_cf": "scylla_bench.test", "interval": 2, "pk_name":"pk", "rows_count": 5555, "validate_data": "true"}' # 'ks.cf, interval(sec), partition-key name, number-of-rows-per-partition, validate reversed query output, include data-column or only validate pk + ck'
run_full_partition_scan: '{"ks_cf": "scylla_bench.test", "interval": 120, "pk_name":"pk", "rows_count": 5555, "validate_data": "true"}' # 'ks.cf, interval(sec), partition-key name, number-of-rows-per-partition, validate reversed query output, include data-column or only validate pk + ck'

0 comments on commit d8cad13

Please sign in to comment.