Steps to reproduce:
Create a mongoose factory for a model that has validation. Using the factory create an instance with values that fail the validation.
Expected outcome:
Failure is returned on the callback
Actual:
Callback returns okay with undefined value