-
Notifications
You must be signed in to change notification settings - Fork 36
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
IPROTO-341 Transcode json array root object #284
Conversation
I tried running Infinispan's
|
Thank you @tristantarrant for checking it. |
@tristantarrant It seems that I have the same issue also if I run the
I'm not sure this is related to this contribution. There are probably some interleaving-cases that cause this error. Considering for instance that usually the JSON serializzation context is not thread safe, making it visible only on local runs but not on CI. |
@fax4ever Do these failures occur every time on |
Good question. Just re-running the server rest tests on the current main and on this branch, I haven't seen the failures. :( So at this point I would say that maybe that Probably the test results depend on the particular interleaving on which the tests are concurrently executed, since the exception is the classic exception when we try to access to JSON serialization context concurrently. |
The Infinispan testsuite passed for me. Merging |
Thanks @tristantarrant |
https://issues.redhat.com/browse/IPROTO-341