-
Notifications
You must be signed in to change notification settings - Fork 99
Erro on task Convert JMeter Results to JUnit Format #73
Comments
Same issue here... but no idea how to fix. I think that the test did not even run |
Hey @allantargino please some ideia why this error ? |
@EdiFirst I pulled the newest version from the repository and then the issue was fixed. I think it had something to do with the az copy update. |
Thank you @leonK-BO but there was a trouble with az copy too , but I already solve. What version did you got ? It's generated the jtl ? |
Hi @EdiFirst, sorry the delay. From the image, the JMX file seems to be not present on the storage mount. Have you tried the newest fix that @leonK-BO mentioned? |
No problem, yes the are files on storage: It's like the jtl are not being generated by test execution. I'm not sure why this error: Can't open sample.jmx at task: 'RESULTS: Collect JMeter Controller and Worker Logs' This task should not try open sample.jmx should It ? |
So @allantargino @leonK-BO Please some idea? I added the same code from repo and I'm receiving the same error (about could not open sample.jmx) . |
That task simply prints the JMeter logs from controller and worker(s), so one of the nodes actually couldn't find
|
Hey @devlie thank you by attention. Yes I change it from read_only to false. One detail that I realize running pwd inside de tf command was that the container is starting on the path: opt/apache-jmeter-5.1 (something like this), I believe because of that its not opening jmx file, because it doesn't exist on this path, the operation of copy are not working. |
I didn't understand what is necessary to perform the most basic test and publish.
At Jmeter folder I just let the sample.jmx I'm receiving the following error on the moment of Convert Jmeter Resullts:
I understand the script python don't found results.jtl , but the tasks before works without errors and generate this files on artifact:
What I'm missing out?
The text was updated successfully, but these errors were encountered: