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
If new endpoint was created and registered during request, and requests to old endpoints failed, then we should automatically query a request to this new endpoint.
Right now there is no test for this scenario, so a new sandbox test is needed.
Implementation details
Test steps:
Create network service with 2 matches.
Create endpoint for second match.
During request to endpoint for second match spawn an endpoint for first match and return an error.
Check that second endpoint successfully received the request.
Overview
If new endpoint was created and registered during request, and requests to old endpoints failed, then we should automatically query a request to this new endpoint.
Right now there is no test for this scenario, so a new sandbox test is needed.
Implementation details
Test steps:
References
#892
The text was updated successfully, but these errors were encountered: