You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed that around 500 insert statements were generated but diff shows that both runs don't seem to have much in common. Sorting the files to test whether it's just non-deterministic ordering also doesn't produce the same or similar outputs.
This undermines reproducibility of the issues. It would be much better if seed applied also to mutations and not only to initial schema. I don't know if this was omitted in the original design or a bug was introduced later.
The text was updated successfully, but these errors were encountered:
I altered the code to print performed modifications:
Then I executed two times with default seed 1:
/gemini -d --duration 1s --warmup 0 -c 2 -m mixed -f --cql-features basic --max-mutation-retries 5 --max-mutation-retries-backoff 500ms --test-cluster=192.168.100.3 --oracle-cluster=192.168.100.2 --non-interactive=true --level=warn > out.txt
I observed that around 500 insert statements were generated but diff shows that both runs don't seem to have much in common. Sorting the files to test whether it's just non-deterministic ordering also doesn't produce the same or similar outputs.
This undermines reproducibility of the issues. It would be much better if seed applied also to mutations and not only to initial schema. I don't know if this was omitted in the original design or a bug was introduced later.
The text was updated successfully, but these errors were encountered: