Thanks, I found the origin of my error: The test create folder in jmeter home (*new File(JMeterUtils.getJMeterHome(), "bin/ftp_test").mkdir()*;) and then try to download /upload files from/to this folder.
In my case i have the value JMETER_HOME in my local environment so folder created in my local jmeter folder but test try to use folder from bin in git repository. This is message of error label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount BSS_startFtpServer,200,OK,setUp Thread Group 1-1,text,true,1,1,1,0 FTP Request-get-binary,000,java.io.*FileNotFoundException*: ftp_test/jmeter-from-ftp-binary.properties (No such file or directory),TG-FTP 1-1,,false,1,1,1,1 FTP Request-get-text,000,java.io.FileNotFoundException: ftp_test/jmeter-from-ftp-ascii.properties (No such file or directory),TG-FTP 1-1,,false,1,1,1,1 FTP Request-put-text,000,java.io.FileNotFoundException: ftp_test/jmeter-from-ftp-ascii.properties (No such file or directory),TG-FTP 1-1,,false,1,1,1,1 FTP Request-check-upload,000,java.io.FileNotFoundException: ftp_test/jmeter-from-ftp-ascii-write-tocheck.properties (No such file or directory),TG-FTP 1-1,,false,1,1,1,1 BSS_stopFtpServer,200,OK,tearDown Thread Group 1-1,text,true,1,1,1,0 Best Regards On Fri, Nov 26, 2021 at 9:52 AM Vladimir Sitnikov < [email protected]> wrote: > Anas, > > Here's the failure message: > > > Failures detected while testing > /mnt/Linux2T/work/anasoid/repo/jmeter/bin/testfiles/FTP_TESTS.jmx > > Could you please try opening the test file in JMeter and see what that > script is doing? > In theory, you should be able to reproduce the failure when running the > same script from GUI. > > We have not touched the script for 3+years, so I think nobody remembers the > details. > > Feel free to submit PRs that make test scripts and error messages easier to > understand. > > Vladimir > -- Cordialement, ------------- Anas OUFDOU
