kulya / jmeter-gradle-plugin

Other
40 stars 27 forks source link

jmeter-gradle-plugin hangs if Loop count or Thread count is more than 5 #34

Open harry7ster opened 9 years ago

harry7ster commented 9 years ago

Hi ,

I am running Junit tests on JMeter 2.12 with "Number of Threads" is 10 and "Loop count" is 10 as well. I use the ".jmx" file generated in this setup for this gradle plugin. But it keeps on running and doesn't produce any report if "Number of Threads" is 10 and "Loop count" is more than 5 .

KIndly suggest any possible workout.

philipbannon commented 9 years ago

Can you tell me how you got JMeter 2.12 working with this plugin? I thought it only worked up to 2.10

harry7ster commented 9 years ago

This plugin only needs '.jmx' file as input. I used the file created by JMeter 2.12 stanalone.

Does this file has anything to do with version of JMeter?

philipbannon commented 9 years ago

Ah I see, for me I want to use JMeter 2.12 however maven seems to pull down version 2.9 (or 2.10...I can't remember)...for which my plugins don't work with.

Regarding your problem, does this problem happen with both the GUI and headless mode?

foragerr commented 9 years ago

@harry7ster Any errors in your jmeter log?