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
When mutation and recombination modes are enabled, grammarinator-generate doesn't generate the same output consistently, despite setting --random-seed to a fixed number.
By fixing the ordering of nodes in annotate and node filtering,
seeded test generation became deterministic in case of mutation
and recombination, too.
Fixes#170.
…#176)
By fixing the ordering of nodes in annotate and node filtering,
seeded test generation became deterministic in case of mutation
and recombination, too.
Fixes#170.
@bendrissou Thanks for the report. The issue is solved on the latest master, but you need to regenerate your existing corpus to have the expected behaviour. Please check it and tell me if it's working for you.
When mutation and recombination modes are enabled,
grammarinator-generate
doesn't generate the same output consistently, despite setting--random-seed
to a fixed number.Here is the example command I am using:
I used a JSON grammar to build
JSONGenerator
.The text was updated successfully, but these errors were encountered: