I'm trying to run a simple Taurus scenario to test the tool.
I'm on windows 10 with Taurus 1.15.1. I have written a simple yaml file, and try to run it.
The result is the following :
In the taurus logs we can see that the last line is about the plugin manager :
[2021-01-07 11:46:55,273 DEBUG root] Executing shell: ['C:\Users\fabie\.bzt\jmeter-taurus\5.2.1\bin\PluginsManagerCMD.bat', 'install-for-jmx', 'C:\Users\fabie\Documents\taurus\2021-01-07_11-46-53.562154\modified_requests.jmx'] at .
So I tried to execute this command in another window to check the log. Everything looks fine, but it never returns which could explain why taurus is stucked in this preparing phase:
The bat itself is a single line Java command :
java %JVM_ARGS% -jar "%~dp0..libcmdrunner-2.2.jar" --tool org.jmeterplugins.repository.PluginManagerCMD %*
The yaml file is the following :
execution:
- concurrency: 2
hold-for: 1m
ramp-up: 0m
scenario: yaml_example
scenarios:
yaml_example:
retrieve-resources: false
requests:
- http://www.redirection-web.net/
Any idea?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…