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 "wait for idle" support in the engine #6

Closed
remcowesterhoud opened this issue Oct 14, 2021 · 1 comment · Fixed by #87
Closed

Add "wait for idle" support in the engine #6

remcowesterhoud opened this issue Oct 14, 2021 · 1 comment · Fixed by #87

Comments

@remcowesterhoud
Copy link
Contributor

remcowesterhoud commented Oct 14, 2021

Description

If we want to test our processes we need to have a way to know when the engine has reached an idle state. Once this idle state is achieved we can start verifying the assertions. If we do not wait for this idle there would be a race condition where the assertion could be executed before the engine has finished processing the process.

As of now the engine has no way to indicate that it has reached an idle state. We need to figure out a way to recognise an idle state and to make the test client aware of it.

Related issues
#5
Depends on #24

@remcowesterhoud remcowesterhoud added this to the Camunda Cloud testing milestone Oct 14, 2021
@remcowesterhoud remcowesterhoud changed the title Add "wait for idle" support in EZE Add "wait for idle" support in the engine Nov 3, 2021
@pihme pihme self-assigned this Nov 26, 2021
@pihme
Copy link
Contributor

pihme commented Nov 26, 2021

implemented as part of #24

@pihme pihme mentioned this issue Dec 1, 2021
7 tasks
@pihme pihme closed this as completed in #87 Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants