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

new test: sticky sessions #16

Open
Geal opened this issue Oct 3, 2018 · 1 comment
Open

new test: sticky sessions #16

Geal opened this issue Oct 3, 2018 · 1 comment

Comments

@Geal
Copy link
Member

Geal commented Oct 3, 2018

  • set up an application with two backends, and sticky sessions (possibly with a specific sticky id)
  • the two backends send their id in the response
  • the client sends a request (no keep-alive)
  • we check that we got a sticky session cookie, and we store the id of the backend that answered
  • the client sends a second request, with the session cookie
  • we check that we got a response from the same backend
  • we remove all the backends and set up new ones
  • the client sends a third request, with the session cookie
  • we check that we got a response from a different backend, and a new session cookie
@NotBad4U NotBad4U added this to the first test suite milestone Oct 5, 2018
@NotBad4U
Copy link
Contributor

NotBad4U commented Oct 9, 2018

Done in 20cba37

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

No branches or pull requests

2 participants