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

Hung on "end-of-run" when calling JMeter in non-gui mode #17

Open
JDizzle777 opened this issue Oct 12, 2023 · 2 comments
Open

Hung on "end-of-run" when calling JMeter in non-gui mode #17

JDizzle777 opened this issue Oct 12, 2023 · 2 comments

Comments

@JDizzle777
Copy link

When running a JMeter test plan with the Azure Service Bus Sampler from the command line (i.e. non-gui mode), the test runs successfully and then gets to:

Tidying up ...
... end of run

And then just sits there forever.
When trying to run this load test in any kind of CI/CD pipeline, the test needs to reach a point where it exits, otherwise, the pipeline will never continue.

@JDizzle777
Copy link
Author

P.S. I am only having this issue with JMeter test plans that have this Azure Service Bus Sampler. All other test plans are exiting correctly.

@kuniteru
Copy link
Member

I reproduced the same problem in my environment.
You can avoid this problem by making the following settings in the jmeter.properties file.

jmeterengine.force.system.exit=true

I will investigate to find the root cause of the problem.

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