Open prashdsouza opened 4 years ago
No other reason than time limitation for complete odata coverage. It is in the readme in section limitations:
At the moment, odfuzz can mutate only values of types Edm.String, Edm.Int32, Edm.Decimal, Edm.Boolean, and Edm.Guid. It is planned to support more types in the future.
Since I don't have specific issue for such, marking this as feature request to track this for the future.
ERROR:root:Property type Edm.DateTimeOffset is not supported by mutator yet ERROR:root:Property type Edm.Byte is not supported by mutator yet ERROR:root:Property type Edm.Time is not supported by mutator yet
I checked that the generators handle the above types but not the mutator. Was there any reason that mutation of such types was left out?