ifesdjeen commented on a change in pull request #5:
URL: https://github.com/apache/cassandra-harry/pull/5#discussion_r540945554



##########
File path: conf/external.yaml
##########
@@ -0,0 +1,95 @@
+#   Licensed to the Apache Software Foundation (ASF) under one
+#   or more contributor license agreements.  See the NOTICE file
+#   distributed with this work for additional information
+#   regarding copyright ownership.  The ASF licenses this file
+#   to you under the Apache License, Version 2.0 (the
+#   "License"); you may not use this file except in compliance
+#   with the License.  You may obtain a copy of the License at
+#
+#        http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
+seed: 1596731732524
+
+# Default schema provider generates random schema
+schema_provider:
+  default: {}
+
+drop_schema: false
+create_schema: true
+truncate_table: false
+
+# Clock is a component responsible for mapping _logical_ timestamps to 
_real-time_ ones.
+#
+# When reproducing test failures, and for validation purposes, a snapshot of 
such clock can
+# be taken to map a real-time timestamp from the value retrieved from the 
database in order
+# to map it back to the logical timestamp of the operation that wrote this 
value.
+clock:
+  approximate_monotonic:
+    history_size: 7300
+    epoch_length: 1
+    epoch_time_unit: "SECONDS"
+
+# Runner is a is a component that schedules operations that change the cluster 
(system under test)
+# and model state.
+runner:
+  concurrent:
+    writer_threads: 2
+    round_robin_validator_threads: 1
+    recent_partition_validator_threads: 1
+
+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:
+  external:
+    contact_points: 127.0.0.1
+    port: 9042
+    username: null
+    password: null
+
+# Model is responsible for tracking logical timestamps that
+model:
+  exhaustive_checker:
+    max_seen_lts: 19

Review comment:
       we can fix it after commit, but we should not set logical timestamps for 
a new checker, since it'll break verification 
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to