Sometimes I want to generate data that is not perfect.
For example. I might want to generate orders without delivery address.
In this case I want 10 orders, but one of them should be missing this row in
the database.
Another example:
I want to generate 1000 customers and then 500 000 transactions for each of
them. In this case i only want to generate the customers when the
GenerationNumber equals 1 (N = 1), for the rest of the executions the Customer
insertion would not be run.
Another example:
For every other order(or every third etc) I want to add an entry in the
PromotionalCode table, to indicate that these customers have used some
promotional code system on our website.
Suggestion:
Implement an option on ExecutionItem that enables me to do execution based on
logic on the GenerationNumber N. Options should include:
Less than X
Higher than X
Every Other X
etc
Original issue reported on code.google.com by a03pe...@gmail.com on 20 Jun 2012 at 7:44
Original issue reported on code.google.com by
a03pe...@gmail.com
on 20 Jun 2012 at 7:44