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
We should use MockTransports to mock various concurrency scenarios for the fix made in PR #10673. We'll need to synchronize certain responses to simulate lag in concurrent calls.
* Initial single and concurrent requests
Resolves#10691
* More tests and perf improvements
* Remove Identity tests from solution
They require a special environment and stopped working 100% a while ago, and impact the successful completion of all tests here.
* Resolve PR feedback
We should use
MockTransport
s to mock various concurrency scenarios for the fix made in PR #10673. We'll need to synchronize certain responses to simulate lag in concurrent calls.Scenarios include, but are not limited to:
/cc @schaabs if he has any more scenarios to add.
The text was updated successfully, but these errors were encountered: