This is an automated email from the ASF dual-hosted git repository. ifesdjeen pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-harry.git
commit 42a50b445163783ee9b986053f0e9cee611b4688 Author: Israel Fruchter <[email protected]> AuthorDate: Thu Jan 13 14:04:29 2022 +0200 Fix conf/external.yaml to have run_time in the right place --- conf/external.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/external.yaml b/conf/external.yaml index a1432be..f6be4c7 100644 --- a/conf/external.yaml +++ b/conf/external.yaml @@ -35,9 +35,6 @@ clock: epoch_length: 1 epoch_time_unit: "SECONDS" -run_time: 2 -run_time_unit: "HOURS" - # System under test: a Cassandra node or cluster. Default implementation is in_jvm (in-jvm DTest cluster). # Harry also supports external clusters. system_under_test: @@ -48,10 +45,10 @@ system_under_test: password: null # Model is responsible for tracking logical timestamps that -model: - exhaustive_checker: - max_seen_lts: 19 - max_complete_lts: 16 +# model: +# exhaustive_checker: +# max_seen_lts: 19 +# max_complete_lts: 16 # Partition descriptor selector controls how partitions is selected based on the current logical # timestamp. Default implementation is a sliding window of partition descriptors that will visit @@ -92,6 +89,9 @@ clustering_descriptor_selector: # and model state. runner: sequential: + run_time: 2 + run_time_unit: "HOURS" + visitors: - logging: row_visitor: @@ -113,4 +113,4 @@ runner: quiescent_checker: {} metric_reporter: - no_op: {} \ No newline at end of file + no_op: {} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
