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

Provide concept of blocking operations #36

Open
AmyKosinova opened this issue Nov 1, 2018 · 4 comments
Open

Provide concept of blocking operations #36

AmyKosinova opened this issue Nov 1, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@AmyKosinova
Copy link
Contributor

Similar to "wait until" for web steps, it is essential for some tests to have blocking operation until system is in certain state.
This should be extensible and easily configurable, like concept of Commands.

@mbocek mbocek added the enhancement New feature or request label Nov 7, 2018
@AmyKosinova AmyKosinova changed the title Provide concept od blocking operations Provide concept of blocking operations Jan 12, 2019
@AmyKosinova
Copy link
Contributor Author

AmyKosinova commented Feb 20, 2019

Revisiting after triage 20.2.2019
Implement steps per area (SQL, WS...) Repeat last [APP] request until response matches...

@AmyKosinova AmyKosinova self-assigned this Jun 27, 2019
@paveljandejsek
Copy link
Contributor

Did we encounter real use case apart of SQL waits? I can understand lots of them, but havent seen anything else than SQL in the couple of years since we had this open (which should be pretty easily solvable by custom step + awaitility or something among those lines). So maybe potential candidate for closing?

@paveljandejsek
Copy link
Contributor

Update 2021-09-01 - maybe we could provide SQL specific implementation (and if no one does, then close it alltogether)

@paveljandejsek
Copy link
Contributor

Update 2023-01-04 - We will implement SQL specific step without any general support.

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

No branches or pull requests

3 participants