theosotr / cynthia

Data-Oriented Differential Testing of ORM Systems.
GNU General Public License v3.0
14 stars 1 forks source link

Run and Replay commands override existing results #22

Closed theosotr closed 4 years ago

theosotr commented 4 years ago

When I run replay on a specific schema, and mismatch, it overrides existing mismatches.

For example, when I run:

cynthia replay --orms peewee,django -s Schema --mismatches 3

it produces results inside .cynthia/report/Schema/mismatches/1 rather than .cynthia/report/Schema/mismatches/3.

For run mode, cynthia should get the next available ID for assigning to the given query.