You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: