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

Isolate backend state when running multiple agents #521

Open
jnicklas opened this issue Sep 11, 2020 · 0 comments
Open

Isolate backend state when running multiple agents #521

jnicklas opened this issue Sep 11, 2020 · 0 comments
Labels

Comments

@jnicklas
Copy link
Collaborator

For applications where we do not mock the backend, when using multiple agents, our current strategy of running all agents in parallel is problematic. Since the backend will maintain state, multiple tests running at the same time becomes problematic, because the backend state will not be isolated from each other.

As far as I can see, there are two approaches to solving this problem:

  • Start an app server for each agent. This seems a bit crazy to me.
  • Run agents sequentially, rather than in parallel
@jnicklas jnicklas added the e2e label Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant