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

@ZeebeSpringTest - Every time waitForIdleState is called time out is thrown #413

Open
berndruecker opened this issue Apr 19, 2023 · 2 comments
Assignees

Comments

@berndruecker
Copy link
Contributor

See https://forum.camunda.io/t/zeebespringtest-every-time-waitforidlestate-is-called-time-out-is-thrown/44035

@berndruecker berndruecker self-assigned this Apr 19, 2023
@berndruecker
Copy link
Contributor Author

@AlexanderPruss
Copy link
Contributor

I had this problem and noticed that the test engine was entering an infinite loop. A service task worker would poll the task, but before it could start the task the task was polled again.

Setting a poll interval of 200ms on the job workers fixed the problem for me.

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