oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 187 forks source link

stuck in "waiting for the test to start..." and then show parse error #92

Closed sj82516 closed 6 years ago

sj82516 commented 6 years ago

I am running on mac osx / jmeter 3.2 / python 2.7 I have test jmeter test file and it works fine.

When I start

count="1" /python/jmeter-ec2/jmeter-ec2.sh

The ec2 instance is created and run successfully.
But it would stuck in "waiting for the test to start..." and nothing show up. When I stop the process, it would show

processing results...(standard_in) 2: parse error /jmeter-ec2/jmeter-ec2.sh: line 926: [: : integer expression expected

sj82516 commented 6 years ago

close this issue. I faced the same issue with #91 and solved by the comment. Thanks.