You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TestGrainFactory can be invoked outside the Orleans thread-safety guarantees in a parallel fashion by code that is invoking via IClusterClient and should offer functionality for concurrency guarantees.
I received an error in some new code in our codebase that we had to re-shape business logic to satisfy the unit test error
Could you please provide more detail on your unit test scenario? What grains are involved and where does the parallelism come into picture? What is your unit test supposed to verify?
The TestGrainFactory can be invoked outside the Orleans thread-safety guarantees in a parallel fashion by code that is invoking via IClusterClient and should offer functionality for concurrency guarantees.
I received an error in some new code in our codebase that we had to re-shape business logic to satisfy the unit test error
#155
The text was updated successfully, but these errors were encountered: