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

Зависящие друг от друга POST-запросы во второй фазе #133

Open
alex3d opened this issue Dec 26, 2018 · 0 comments

Comments

@alex3d
Copy link

alex3d commented Dec 26, 2018

Сейчас в POST-фазе приходят запросы зависящие от предыдущих запросов в POST-фазе.
Например, POST /accounts/likes/ добавляет лайки к юзерам добавленным в предыдущих POST-запросах или добавляется несколько юзеров с одинаковыми email и ожидается, что второй запрос вернет 400.

  1. Неплохо было бы в генераторе добавить минимальную дельту query_id (например, 500) для таких запросов, чтобы исключить ситуацию когда танк может почти одновременно послать в два соединения с решением несовместимые запросы.
  2. Нужно ли "освобождать" занятые email/phone при их изменении?
    Например,
    query_id=1: new user1: [email protected]
    query_id=2: update user1: set email [email protected]
    query_id=3: new user2: [email protected] (400 или 201?)
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

1 participant