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

Is parallel test execution supported? #618

Open
PunchyRascal opened this issue Feb 1, 2024 · 0 comments
Open

Is parallel test execution supported? #618

PunchyRascal opened this issue Feb 1, 2024 · 0 comments

Comments

@PunchyRascal
Copy link

I am trying to run tests in parallel with

testImplementation("io.camunda.spring:spring-boot-starter-camunda-test:8.4.0")

And am running into errors when running tests in parallel (classes are parallel, tests single thread):

java.lang.RuntimeException: Cannot invoke public abstract io.camunda.zeebe.client.api.command.PublishMessageCommandStep1 
io.camunda.zeebe.client.ZeebeClient.newPublishMessageCommand() 
on ZeebeClient, as ZeebeClient is currently not initialized. Maybe you run outside of a testcase?

(I am not running out of a testcase)

On their own or when run not in parallel the tests pass.

In previous version (1.3.4) parallel tests worked.

I am also struggling finding the appropriate repository for this package, because search does not seem to find it and links in Maven return 404, so I apologize if this belongs somewhere else.

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