-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FailoverIntrospector produces different results #1140
Comments
@seongahjo I was able to replicate the bug: |
Thank you for providing a reproducible example. The result of You switch the However, there is a bug when generating a record instance with two constructors. Let you know when it is fixed. Thank you. |
|
Yes, it is. The
I'm thinking of improving Thank you. |
Describe the bug
When using a
FailoverIntrospector
the generation fails when generating a record.This fails:
This works (The only difference is the FailoverIntrospector):
Your environment
Steps to reproduce
I´m unable to replicate this issue standalone. Here works fine but it fails in my production code.
https://github.com/esfomeado/fixture-monkey-bug/blob/master/src/test/java/com/example/bug/FixtureMonkeyTest.java#L157
Most likely something else is conflicting with this.
Expected behaviour
Should generate the value just fine
Actual behaviour
It fails to generate, no error but all fields are null
The text was updated successfully, but these errors were encountered: