scylladb / gemini

Test data integrity by comparing against an Oracle running in parallel
Apache License 2.0
27 stars 16 forks source link

after v1.8,7 it hungs without `--schema-seed` #401

Closed dkropachev closed 11 months ago

dkropachev commented 11 months ago

if you run it as:

/gemini -d --duration 10m --warmup 5s -c 1 -m mixed -f --cql-features basic --max-mutation-retries 5 --max-mutation-retries-backoff 500ms --async-objects-stabilization-attempts 5 --async-objects-stabilization-backoff 500ms --replication-strategy "{'class': 'SimpleStrategy', 'replication_factor': '1'}" --max-tables 1 --test-cluster=172.17.0.2

It is going to hang forever, but if you run same command with any --schema-seed it is going to work.