Skip to content
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

Add test of choosing endpoint created during request #916

Closed
d-uzlov opened this issue May 11, 2021 · 1 comment · Fixed by #919
Closed

Add test of choosing endpoint created during request #916

d-uzlov opened this issue May 11, 2021 · 1 comment · Fixed by #919
Assignees
Labels
enhancement New feature or request

Comments

@d-uzlov
Copy link
Contributor

d-uzlov commented May 11, 2021

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:

  1. Create network service with 2 matches.
  2. Create endpoint for second match.
  3. During request to endpoint for second match spawn an endpoint for first match and return an error.
  4. Check that second endpoint successfully received the request.

References

#892

@d-uzlov d-uzlov self-assigned this May 11, 2021
@denis-tingaikin denis-tingaikin added the enhancement New feature or request label May 11, 2021
@denis-tingaikin
Copy link
Member

Related to #892

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants