-
Notifications
You must be signed in to change notification settings - Fork 205
Make FakerRepeatabilityIntegrationTest running in same thread #837
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
Conversation
Is this instead of the other PR or in addition? |
addition to fix repeatability |
I don't see a reason for this. This code worked fine before This seems to hide that we still have a concurrency issue. |
how do you that exactly d9c2cc2 is the reason? |
Because I checked out all these commits: ![]() And all of them work consistently. Except for
update:
In the main branch, things started failing since the Azure Spring Apps are there?? |
So, that's interesting: if we enabled the |
i wonder if it's because of |
I don't think it's because of I've done a few random tests, and the funny things is:
This consistently works.
but this fails:
But I don't understand it. All the other methods are using the same code, but with 16, yet they don't fail, but this does. I'm probably chasing ghosts here? |
After some tests it seems well I still suggest to make repeatabale tests in same thread. Before that fix we anyway didn't support multithreading for FakeValuesService as mentioned at #759 |
Okay, that's fine! |
No description provided.